summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/nvidia
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #57 from psychocrypt/fix-nvidiaBackendCrashfireice-uk2017-10-221-8/+9
|\ | | | | fix illegal memory access
| * fix illegal memory accesspsychocrypt2017-10-211-8/+9
| | | | | | | | remove restricted pointer
* | fix CUDA 9 shuffle warningpsychocrypt2017-10-201-1/+5
|/ | | | use `__shffl_snyc` if CUDA 9+ is avalable
* Make sure all singletons are set to null and make env a global ptrfireice-uk2017-10-121-1/+1
|
* readd nicehash pool supportpsychocrypt2017-10-011-1/+5
| | | | use nicehash start nonce in all backends if nicehash is enabled
* nvidia: fix return value if no device is foundpsychocrypt2017-09-301-1/+1
|
* remove auto conf from jsonpsychocrypt2017-09-301-2/+0
|
* rename `Params` to `params`psychocrypt2017-09-303-4/+4
|
* fix compilepsychocrypt2017-09-304-37/+21
|
* cleanup includespsychocrypt2017-09-307-34/+35
|
* group filespsychocrypt2017-09-3017-0/+3397
- 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