- 30 Oct, 2017 1 commit
-
-
fireice-uk authored
appveyor CUDA support
-
- 28 Oct, 2017 2 commits
-
-
psychocrypt authored
- install CUDA - compile miner with CUDA and OpenCL
-
psychocrypt authored
- fix windows linker error during compile - fix wrong parameter to call aeon (nvidia-backend)
-
- 27 Oct, 2017 15 commits
-
-
fireice-uk authored
increase safety memory for autosuggestion
-
psychocrypt authored
- increase safty memory from 64 to 128 MiB - NVIDIA: increase lmem reserve per thread to 1kiB
-
fireice-uk authored
add Aeon support
-
psychocrypt authored
- fix that currency selection is not called (in cli-miner.cpp) - fix guard to prevent wrong currency selection if compiled for monero or aeon only
-
psychocrypt authored
- rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive
-
psychocrypt authored
- update auto suggestion default and hwloc - extent hash function table to support aeon and xmr within one miner
-
psychocrypt authored
- add template parameter to kernel to support aeon and xmr - update auto suggestion
-
psychocrypt authored
- add compile parameter to support aeon and xmr - update auto suggestion to handle aeon
-
psychocrypt authored
... into a single place
-
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 3 commits
-
-
fireice-uk authored
fix CUDA 9 shuffle warning
-
fireice-uk authored
add NVIDIA Volta support
-
fireice-uk authored
fix assert in AMD backend
-