- 17 Nov, 2018 1 commit
-
-
psychocrypt authored
If CUDA is loaded before AMD but no CUDA is available it can be happen that the embadded OpenCL code is empty. This is only an issue if the binary is builded static on a different system.
-
- 14 Nov, 2018 2 commits
-
-
fireice-uk authored
version increase to 2.6.0
-
psychocrypt authored
bumo version for next release
-
- 11 Nov, 2018 1 commit
-
-
fireice-uk authored
AMD: speedup cryptonight_heavy division
-
- 06 Nov, 2018 2 commits
-
-
psychocrypt authored
(doc/compile) Add better CUDA SDK vs Driver information
-
SChernykh authored
optimize the devision in cryptonight_heavy and cryptonight_haven import of https://github.com/xmrig/xmrig-amd/pull/185/commits/5d9b9334654df25cea7707f667990fd1577ed290
-
- 27 Oct, 2018 1 commit
-
-
Tony Butler authored
-
- 25 Oct, 2018 3 commits
-
-
fireice-uk authored
update version to 2.5.2
-
fireice-uk authored
NVIDIA: fix wrong number of threads
-
psychocrypt authored
-
- 24 Oct, 2018 2 commits
-
-
psychocrypt authored
Update for upcoming Graft CNv2 fork
-
psychocrypt authored
In the cuda backend for monero we start always twice as much threads as needed. Those threads are than removed after the AES matrix is copied to the shared memory. Never the less it is the result of an copy past bug. - start correct number of threads for `monero`
-
- 23 Oct, 2018 1 commit
-
-
Jason Rhinelander authored
-
- 17 Oct, 2018 8 commits
-
-
psychocrypt authored
Add console warning on GPU error.
-
fireice-uk authored
Co-authored-by: Hans Kristian Rosbach <hk-git@circlestorm.org>
-
psychocrypt authored
Remove files created by macOS
-
psychocrypt authored
Add missing test for cryptonight_lite
-
psychocrypt authored
Remove dead code
-
fireice-uk authored
update version to 2.5.1
-
fireice-uk authored
update AMD install docu
-
fireice-uk authored
fix AMD driver 14
-
- 16 Oct, 2018 8 commits
-
-
psychocrypt authored
-
psychocrypt authored
- remove link to the AMD APP SDK from a share hoster - update windows/linux documentation
-
psychocrypt authored
Fix the fix from #1945. The initial fix produces invalid results.
-
Hans Kristian Rosbach authored
-
Hans Kristian Rosbach authored
-
fireice-uk authored
reduce blocking during metric update
-
fireice-uk authored
fix broken AMD OpenCL compile
-
fireice-uk authored
fix access uninitialized value
-
- 15 Oct, 2018 2 commits
-
-
psychocrypt authored
The AMD compiler for OpenCL shipped with the driver 14XX is broken and can not compile xmr-stak since the monero v8 changes are introduced. - workaround a simple compare. - add new device define `OPENCL_DRIVER_MAJOR`
-
psychocrypt authored
With #1845 a race condition during the telemetry update is solved. The problem is that the used mutex is blocking all threads from updating the metrics during the statistics are calculated. - introduce a mutex per miner thread
-
- 14 Oct, 2018 1 commit
-
-
psychocrypt authored
fix #1906 If the currency provided by the user is not known by the miner we access an uninitialized value. Add default values for member of `coinDescription`.
-
- 11 Oct, 2018 5 commits
-
-
fireice-uk authored
update version to 2.5.0
-
fireice-uk authored
NVIDIA: support for multiple CUDA libs
-
psychocrypt authored
Fix logo on Windows
-
psychocrypt authored
Allow to ship the miner with multiple cuda backends those depends on different driver versions. This will allow to support Turing/Volta and old Fermi GPU within one release. - add support to search for the first working CUDA backend - add some more messages to support better debugging (if a user has some issues)
-
fireice-uk authored
-
- 10 Oct, 2018 3 commits
-
-
fireice-uk authored
update documantion
-
fireice-uk authored
NVIDIA: tweak `get_reciprocal`
-
psychocrypt authored
- update tuning guide - update miner usage
-