summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/amd/jconf.hpp
Commit message (Collapse)AuthorAgeFilesLines
* add OpenCL compatibility modepsychocrypt2018-02-191-0/+1
| | | | | - 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-1/+2
| | | | | - add new option for `strided_index` - add additional option if `strided_index == 2` to controll the memory chunk with
* add AMD scratchpad indexing optionpsychocrypt2017-12-021-0/+1
| | | | | | Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
* rename `Params` to `params`psychocrypt2017-09-301-1/+1
|
* cleanup includespsychocrypt2017-09-301-1/+3
|
* group filespsychocrypt2017-09-301-0/+44
- 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