summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/nvidia/autoAdjust.hpp
Commit message (Collapse)AuthorAgeFilesLines
* option to controll gpu synchronizationpsychocrypt2017-12-011-1/+1
| | | | | - add option `sync_mode` - update auto suggestion and jconf
* Remove whitespace linesUnknown2017-11-161-1/+1
|
* fix wrong indentions by hand after auto conversionpsychocrypt2017-11-161-2/+1
|
* remove space indention with tabspsychocrypt2017-11-161-48/+48
| | | | - removed all space indention in `*.hpp` and `*.cpp` files
* fix wrong memory detectionpsychocrypt2017-11-151-7/+6
| | | | | | | | | Free and total memory is only evaluated on the first device. To detect the gpu memory the gpu must be selected. - create context on the gpu before the memory is checked - add smx to the auto detection - change the result code of `cuda_get_deviceinfo()`
* optimize NVIDIA autosuggestionpsychocrypt2017-11-031-9/+10
| | | | | - avoid creation of a config with zero threads or blocks - WINDOWS: reduce the used memory for the auto suggestion by the amount of already used memory
* nvidia: fix return value if no device is foundpsychocrypt2017-09-301-1/+1
|
* rename `Params` to `params`psychocrypt2017-09-301-2/+2
|
* fix compilepsychocrypt2017-09-301-1/+1
|
* cleanup includespsychocrypt2017-09-301-5/+5
|
* group filespsychocrypt2017-09-301-0/+113
- 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