1. 04 Apr, 2018 2 commits
    • psychocrypt's avatar
      NVIDIA: fix sumokoin · ce60d710
      psychocrypt authored
      sumokoin is broken if `bfactor >= 5` is used (default for windows)
      sumokoin for `sm_20` is broken due to the missing extern shared memory
      
      - call phase3 kernel two times if sumokoin is enabled
      - create extern shared memory for phase3 kernel
      ce60d710
    • psychocrypt's avatar
      fix cuda architecture detection · c3b687c0
      psychocrypt authored
      fix #1297
      
      If sm_20 is mixed with other architectures the detection for the minimal supported architecture is broken.
      c3b687c0
  2. 03 Apr, 2018 2 commits
  3. 02 Apr, 2018 6 commits
  4. 01 Apr, 2018 7 commits
  5. 31 Mar, 2018 10 commits
  6. 29 Mar, 2018 2 commits
  7. 28 Mar, 2018 5 commits
  8. 27 Mar, 2018 3 commits
    • psychocrypt's avatar
      fix parentheses warning · 983efafd
      psychocrypt authored
      fix warning
      
      ```
      /Users/user/xmr-stak/xmrstak/backend/amd/amd_gpu/gpu.cpp:481:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                      if( ret = clGetProgramInfo(ctx->Program, CL_PROGRAM_BINARIES, num_devices * sizeof(char*), all_programs.data(),NULL) != CL_SUCCESS)
      ```
      983efafd
    • psychocrypt's avatar
      documentation: name a worker · d0e60272
      psychocrypt authored
      add note that `rig_id` is ignored by some pools
      d0e60272
    • psychocrypt's avatar
      POW AEON v7 · 5a2c4444
      psychocrypt authored
      - add new pow for AEON
      - fix missing cryptonight-heavy selection for multi hashes
      5a2c4444
  9. 26 Mar, 2018 2 commits
  10. 25 Mar, 2018 1 commit