Skip to content
Snippets Groups Projects
  1. Apr 05, 2018
  2. Apr 04, 2018
    • psychocrypt's avatar
      increase version to 2.4.2 · 5f128134
      psychocrypt authored
      5f128134
    • 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
  3. Apr 03, 2018
  4. Apr 02, 2018
  5. Apr 01, 2018
  6. Mar 31, 2018
  7. Mar 29, 2018
    • psychocrypt's avatar
      github annotations · 0c48570a
      psychocrypt authored
      - documentation: change `aeon` to `aeon7`
      - change `case` order in `switch` statements
      - update README.txt
      0c48570a
  8. Mar 28, 2018
  9. Mar 27, 2018
    • 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
      POW AEON v7 · 5a2c4444
      psychocrypt authored
      - add new pow for AEON
      - fix missing cryptonight-heavy selection for multi hashes
      5a2c4444
  10. Mar 26, 2018
  11. Mar 25, 2018
  12. Mar 13, 2018
    • psychocrypt's avatar
      fix shadowed variable · 702ab566
      psychocrypt authored
      A redefinition of a variable in a local scope avoid that the intensity is rounded to a multiple of the work size.
      702ab566
  13. Mar 10, 2018
  14. Mar 03, 2018
  15. Feb 28, 2018
  16. Feb 21, 2018
  17. Feb 19, 2018
  18. Feb 17, 2018
  19. Feb 14, 2018
Loading