Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve AMD auto suggestion | psychocrypt | 2017-10-10 | 1 | -2/+7 |
| | | | | | - use always a multiple of the number of compute units - add more device information to the config file | ||||
* | fix amd auto suggestion | psychocrypt | 2017-10-04 | 1 | -3/+5 |
| | | | | | | Platform index zero was always used to search for the device detection. Fix: use correct detected AMD platform index | ||||
* | nvidia: fix return value if no device is found | psychocrypt | 2017-09-30 | 1 | -4/+2 |
| | |||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 1 | -2/+2 |
| | |||||
* | fix compile | psychocrypt | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | cleanup includes | psychocrypt | 2017-09-30 | 1 | -6/+5 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 1 | -0/+114 |
- 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` |