summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/amd/amd_gpu/gpu.hpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update gpu.hppExceptionallyGreat2017-11-211-0/+1
| | | Fixing the compile error on MacOS X
* amd: use 64bit targetpsychocrypt2017-10-241-1/+1
| | | | | - remove 32bit target value - use always 64bit target for amd backend
* move nicehash check into nonce calcfireice-uk2017-10-221-1/+1
|
* cleanup includespsychocrypt2017-09-301-1/+2
|
* group filespsychocrypt2017-09-301-0/+50
- 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