Skip to content
Snippets Groups Projects
  1. Apr 03, 2018
  2. Apr 02, 2018
  3. Apr 01, 2018
  4. Mar 31, 2018
  5. 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
  6. Mar 28, 2018
  7. 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
  8. Mar 26, 2018
  9. Mar 25, 2018
  10. 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
  11. Mar 10, 2018
  12. Mar 03, 2018
  13. Feb 28, 2018
  14. Feb 21, 2018
  15. Feb 19, 2018
  16. Feb 17, 2018
  17. Feb 14, 2018
  18. Feb 10, 2018
  19. Feb 01, 2018
    • Ryan's avatar
      Fix Disabling AMD GPUs · 064804bd
      Ryan authored
      The AMD jconf.cpp would only accept an array. The config sample, and the nvidia and cpu config work with the value 'null', as they accept a 'kNullType'. This means at current, AMD GPUs could not be turned off, the config file wouldn't parse on load.
      
      This change makes AMD consistent with the others, and can now be disabled.
      064804bd
  20. Jan 30, 2018
    • psychocrypt's avatar
      fix output of gpu name · 1ea14c8d
      psychocrypt authored
      fix that the GPU name is printed before the name is querried from OpenCL
      1ea14c8d
    • psychocrypt's avatar
      speedup Volta · c528f51a
      psychocrypt authored
      - enable L1 cache for Nvidia Volta GPUs and newer
      - remove explicit cache controll for Volta GPU and newer
      
      This pull request increases the hash rate for Volta GPUs by ~5%
      c528f51a
Loading