- 27 Oct, 2017 6 commits
-
-
psychocrypt authored
- cli-miner.hpp: - add option `--currency` - add guided start section - config.tpl: add value `currency` - params.hpp: add value to store the selected currency - executor.hpp: add dev pool address
-
psychocrypt authored
- add CMake flag description - announce Monero and Aeon in README.md i add FAQ section
-
psychocrypt authored
-
fireice-uk authored
thread affinity for non cpu backends
-
psychocrypt authored
- check if affinity vale before calling `thd_setaffinity`
-
fireice-uk authored
amd: use 64bit target
-
- 26 Oct, 2017 1 commit
-
-
psychocrypt authored
This is a follow up of #43 and use the some mechanism to set the thread affinity for non cpu backends correct. - use cpu affinity workflow for nvidia and amd - cpu: move messages of thread spawning before thread creation
-
- 24 Oct, 2017 1 commit
-
-
psychocrypt authored
- remove 32bit target value - use always 64bit target for amd backend
-
- 23 Oct, 2017 5 commits
-
-
fireice-uk authored
remove double blob copy
-
psychocrypt authored
- remove double copied memory
-
fireice-uk authored
prefere AMD OpenCL over NVIDIA, Intel
-
fireice-uk authored
Implement pool-controlled nonce allocation
-
psychocrypt authored
fix #56 Search for AMD OpenCL inlcude path and libaries to prioritize the AMD implementation over NVIDIA and Intel.
-
- 22 Oct, 2017 12 commits
-
-
psychocrypt authored
Proper removal of gpu_thread_num
-
fireice-uk authored
fix illegal memory access
-
fireice-uk authored
-
fireice-uk authored
-
fireice-uk authored
-
fireice-uk authored
-
fireice-uk authored
-
fireice-uk authored
-
fireice-uk authored
-
fireice-uk authored
-
fireice-uk authored
-
fireice-uk authored
-
- 21 Oct, 2017 4 commits
-
-
fireice-uk authored
fix CUDA 9 shuffle warning
-
fireice-uk authored
add NVIDIA Volta support
-
fireice-uk authored
fix assert in AMD backend
-
psychocrypt authored
remove restricted pointer
-
- 20 Oct, 2017 3 commits
-
-
psychocrypt authored
fix bug announced in #52 If the miner is compiled in debug mode the assert condition results in a compile time error.
-
psychocrypt authored
add `sm_70` if CUDA 9+ is avalable
-
psychocrypt authored
use `__shffl_snyc` if CUDA 9+ is avalable
-
- 18 Oct, 2017 3 commits
-
-
psychocrypt authored
add order_fix for double hash
-
fireice-uk authored
-
fireice-uk authored
Make hwloc check capabilities and stop it from leaking mem
-
- 17 Oct, 2017 5 commits
-
-
psychocrypt authored
Re-add UAC manifest and WIN_UAC cmake option
-
fireice-uk authored
Affinity fix version C
-
fireice-uk authored
-
fireice-uk authored
-
fireice-uk authored
Make sure all singletons are set to null and make env a global ptr
-