summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/amd/minethd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* thread affinity for non cpu backendspsychocrypt2017-10-261-8/+21
| | | | | | | | This is a follow up of #43 and use the some mechanism to set the thread affinity for non cpu backends correct. - use cpu affinity workflow for nvidia and amd - cpu: move messages of thread spawning before thread creation
* Fix GPU nicehash supportfireice-uk2017-10-221-1/+3
|
* move nicehash check into nonce calcfireice-uk2017-10-221-4/+1
|
* Implement changes suggestedfireice-uk2017-10-221-1/+1
|
* Implement pool-controlled nonce allocationfireice-uk2017-10-221-7/+12
|
* 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/+6
| | | | use nicehash start nonce in all backends if nicehash is enabled
* rename `Params` to `params`psychocrypt2017-09-301-1/+1
|
* fix compilepsychocrypt2017-09-301-14/+14
|
* cleanup includespsychocrypt2017-09-301-17/+14
|
* group filespsychocrypt2017-09-301-0/+237
- 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