1. 24 Oct, 2018 1 commit
    • psychocrypt's avatar
      NVIDIA: fix wrong number of threads · 954296ed
      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`
      954296ed
  2. 17 Oct, 2018 8 commits
  3. 16 Oct, 2018 8 commits
  4. 15 Oct, 2018 2 commits
    • psychocrypt's avatar
      fix broken AMD OpenCL compile · 2a0d565b
      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`
      2a0d565b
    • psychocrypt's avatar
      reduce blocking during metric update · ca14c9df
      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
      ca14c9df
  5. 14 Oct, 2018 1 commit
    • psychocrypt's avatar
      fix access uninitialized value · 5da57b93
      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`.
      5da57b93
  6. 11 Oct, 2018 5 commits
  7. 10 Oct, 2018 12 commits
  8. 09 Oct, 2018 3 commits