| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
fix invalid kernel call parameter
|
| |
| |
| |
| | |
check that the number of global threads is a multiple of the workgroup size
|
| |
| |
| |
| |
| | |
The number of threads within a kernel must be a multiple of the worksize.
If not it can crash on some systems.
|
|/
|
|
|
|
| |
Platform index zero was always used to search for the device detection.
Fix: use correct detected AMD platform index
|
|
|
|
| |
use nicehash start nonce in all backends if nicehash is enabled
|
| |
|
|
|
|
| |
- string literal can only be 16kbyte
|
|
|
|
|
|
| |
- add clang compile section
- cleanup CMake file
- fix missing return value
|
| |
|
| |
|
| |
|
|
- 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`
|