summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/nvidia/minethd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* option to controll gpu synchronizationpsychocrypt2017-12-011-0/+1
| | | | | - add option `sync_mode` - update auto suggestion and jconf
* Remove whitespace linesUnknown2017-11-161-4/+4
|
* fix wrong indentions by hand after auto conversionpsychocrypt2017-11-161-4/+5
|
* remove space indention with tabspsychocrypt2017-11-161-5/+5
| | | | - removed all space indention in `*.hpp` and `*.cpp` files
* Merge pull request #115 from fireice-uk/topic-net-extpsychocrypt2017-11-161-1/+1
|\ | | | | Network extensions
| * Pass threadno up the food chainUnknown2017-11-141-1/+1
| |
* | Merge pull request #116 from psychocrypt/topic-checkIfBinarySupportsGPUArchfireice-uk2017-11-151-1/+1
|\ \ | | | | | | check gpu architecture
| * | check gpu architecturepsychocrypt2017-11-151-1/+1
| |/ | | | | | | | | | | - check if the gpu architecture is supported by the compiled miner binary - remove not supported gpus from the auto suggestion - disallow the selection of a not supported gpu by hand tuning the config
* | Fix misc bugs (#117)fireice-uk2017-11-151-1/+5
|/ | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin
* add backend typepsychocrypt2017-11-101-0/+1
| | | | | - add type of the backend to each backend-plugin - add `gteName` to `iBackend` to get the name of the backend
* fix windows compile and broken aeonpsychocrypt2017-10-281-13/+3
| | | | | - fix windows linker error during compile - fix wrong parameter to call aeon (nvidia-backend)
* rename `xmr` to `monero`psychocrypt2017-10-271-8/+9
| | | | | | - rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive
* add aeon support to backend nvidiapsychocrypt2017-10-271-2/+17
| | | | | - add template parameter to kernel to support aeon and xmr - update auto suggestion
* check if affinity must be setpsychocrypt2017-10-271-2/+3
| | | | - check if affinity vale before calling `thd_setaffinity`
* thread affinity for non cpu backendspsychocrypt2017-10-261-7/+20
| | | | | | | | 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
* small fixfireice-uk2017-10-221-1/+1
|
* Fix GPU nicehash supportfireice-uk2017-10-221-1/+4
|
* 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-9/+15
|
* 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
* rename `Params` to `params`psychocrypt2017-09-301-1/+1
|
* fix compilepsychocrypt2017-09-301-15/+15
|
* cleanup includespsychocrypt2017-09-301-12/+11
|
* group filespsychocrypt2017-09-301-0/+273
- 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