summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/amd/autoAdjust.hpp
Commit message (Collapse)AuthorAgeFilesLines
* improve AMD auto suggestionpsychocrypt2017-10-101-2/+7
| | | | | - use always a multiple of the number of compute units - add more device information to the config file
* fix amd auto suggestionpsychocrypt2017-10-041-3/+5
| | | | | | Platform index zero was always used to search for the device detection. Fix: use correct detected AMD platform index
* nvidia: fix return value if no device is foundpsychocrypt2017-09-301-4/+2
|
* rename `Params` to `params`psychocrypt2017-09-301-2/+2
|
* fix compilepsychocrypt2017-09-301-1/+1
|
* cleanup includespsychocrypt2017-09-301-6/+5
|
* group filespsychocrypt2017-09-301-0/+114
- 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