summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/amd/amd_gpu/gpu.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move nicehash check into nonce calcfireice-uk2017-10-221-2/+4
|
* fix assert in AMD backendpsychocrypt2017-10-201-1/+1
| | | | | | fix bug announced in #52 If the miner is compiled in debug mode the assert condition results in a compile time error.
* avoid possible illegal memory accesspsychocrypt2017-10-061-0/+4
| | | | | Is is possible that the number of results are greater than the result output array, in this case invalid memory can be access within the device and on the host side.
* add assert to validate number of global threadspsychocrypt2017-10-051-0/+5
| | | | check that the number of global threads is a multiple of the workgroup size
* fix invalid kernel call parameterpsychocrypt2017-10-051-8/+34
| | | | | The number of threads within a kernel must be a multiple of the worksize. If not it can crash on some systems.
* cleanup includespsychocrypt2017-09-301-3/+1
|
* group filespsychocrypt2017-09-301-0/+889
- 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`
OpenPOWER on IntegriCloud