1. 04 Mar, 2018 3 commits
  2. 03 Mar, 2018 3 commits
  3. 28 Feb, 2018 1 commit
  4. 22 Feb, 2018 1 commit
  5. 21 Feb, 2018 4 commits
  6. 19 Feb, 2018 6 commits
  7. 17 Feb, 2018 2 commits
  8. 14 Feb, 2018 1 commit
  9. 12 Feb, 2018 2 commits
  10. 11 Feb, 2018 3 commits
  11. 10 Feb, 2018 1 commit
  12. 06 Feb, 2018 1 commit
  13. 03 Feb, 2018 5 commits
  14. 02 Feb, 2018 2 commits
  15. 01 Feb, 2018 2 commits
    • 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
    • Steve Swinsburg's avatar
      Update FAQ.md · fc9d30b5
      Steve Swinsburg authored
      Add info about sysctl.conf so that the settings are preserved.
      fc9d30b5
  16. 31 Jan, 2018 1 commit
  17. 30 Jan, 2018 2 commits
    • 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