summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/amd/jconf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add OpenCL compatibility modepsychocrypt2018-02-191-2/+8
| | | | | - add new option `comp_mode` to the amd config - disable `if guards` within opencl kernel if `comp_mode : false`
* AMD: `mem_chunk`and new `strided_index`psychocrypt2018-02-171-5/+27
| | | | | - add new option for `strided_index` - add additional option if `strided_index == 2` to controll the memory chunk with
* Fix Disabling AMD GPUsRyan2018-02-011-2/+5
| | | | | The AMD jconf.cpp would only accept an array. The config sample, and the nvidia and cpu config work with the value 'null', as they accept a 'kNullType'. This means at current, AMD GPUs could not be turned off, the config file wouldn't parse on load. This change makes AMD consistent with the others, and can now be disabled.
* add AMD scratchpad indexing optionpsychocrypt2017-12-021-2/+7
| | | | | | Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
* Proper removal of gpu_thread_numfireice-uk2017-10-221-10/+1
|
* fix clang CUDA compilepsychocrypt2017-09-301-1/+1
| | | | | | - add clang compile section - cleanup CMake file - fix missing return value
* cleanup includespsychocrypt2017-09-301-9/+7
|
* group filespsychocrypt2017-09-301-0/+261
- 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