summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/amd/autoAdjust.hpp
Commit message (Collapse)AuthorAgeFilesLines
* update VEGA names for auto suggestionpsychocrypt2018-01-091-1/+10
| | | | update VEGA names
* set `srided_index = true` as defaultpsychocrypt2017-12-031-1/+1
| | | | Change the default for strided index. Th euser feedback shows that strided_index = true will give a view hashes more per second.
* add AMD scratchpad indexing optionpsychocrypt2017-12-021-1/+1
| | | | | | Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
* remove space indention with tabspsychocrypt2017-11-161-27/+27
| | | | - removed all space indention in `*.hpp` and `*.cpp` files
* tune VEGA auto suggestionpsychocrypt2017-10-271-3/+15
| | | | | | - allow to use up to 2024 threads on VEGA gpus fix #5
* increase safety memory for autosuggestionpsychocrypt2017-10-271-2/+2
| | | | | - increase safty memory from 64 to 128 MiB - NVIDIA: increase lmem reserve per thread to 1kiB
* rename `xmr` to `monero`psychocrypt2017-10-271-4/+4
| | | | | | - rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive
* add eon support to amd backendpsychocrypt2017-10-271-1/+13
| | | | | - add compile parameter to support aeon and xmr - update auto suggestion to handle aeon
* remove the gpu_thread_num safetyfireice-uk2017-10-121-1/+0
|
* 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