summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/nvidia/minethd.hpp
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: reduce startup timepsychocrypt2018-02-281-3/+7
| | | | | - reduce startup time for multi gpu systems - initialize the GPU memory non concurrent
* Remove whitespace linesUnknown2017-11-161-1/+1
|
* Fix misc bugs (#117)fireice-uk2017-11-151-0/+1
| | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin
* fix windows compile and broken aeonpsychocrypt2017-10-281-1/+1
| | | | | - fix windows linker error during compile - fix wrong parameter to call aeon (nvidia-backend)
* thread affinity for non cpu backendspsychocrypt2017-10-261-0/+4
| | | | | | | | 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 compilepsychocrypt2017-09-301-20/+4
|
* cleanup includespsychocrypt2017-09-301-7/+11
|
* group filespsychocrypt2017-09-301-0/+66
- 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