summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/amd
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16 from psychocrypt/fix-invalidKernelCallfireice-uk2017-10-062-24/+64
|\ | | | | fix invalid kernel call parameter
| * 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-052-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 amd auto suggestionpsychocrypt2017-10-041-3/+5
|/ | | | | | Platform index zero was always used to search for the device detection. Fix: use correct detected AMD platform index
* readd nicehash pool supportpsychocrypt2017-10-011-1/+6
| | | | use nicehash start nonce in all backends if nicehash is enabled
* nvidia: fix return value if no device is foundpsychocrypt2017-09-301-4/+2
|
* fix windows compilepsychocrypt2017-09-301-1/+2
| | | | - string literal can only be 16kbyte
* fix clang CUDA compilepsychocrypt2017-09-301-1/+1
| | | | | | - add clang compile section - cleanup CMake file - fix missing return value
* rename `Params` to `params`psychocrypt2017-09-303-4/+4
|
* fix compilepsychocrypt2017-09-303-27/+19
|
* cleanup includespsychocrypt2017-09-307-42/+38
|
* group filespsychocrypt2017-09-3014-0/+3410
- 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