Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add assert to validate number of global threads | psychocrypt | 2017-10-05 | 1 | -0/+5 |
| | | | | check that the number of global threads is a multiple of the workgroup size | ||||
* | fix invalid kernel call parameter | psychocrypt | 2017-10-05 | 2 | -24/+59 |
| | | | | | The number of threads within a kernel must be a multiple of the worksize. If not it can crash on some systems. | ||||
* | fix windows compile | psychocrypt | 2017-09-30 | 1 | -1/+2 |
| | | | | - string literal can only be 16kbyte | ||||
* | cleanup includes | psychocrypt | 2017-09-30 | 2 | -4/+3 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 8 | -0/+2664 |
- move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp` |