1. 03 Feb, 2018 5 commits
  2. 02 Feb, 2018 2 commits
  3. 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
  4. 30 Jan, 2018 3 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
    • psychocrypt's avatar
      improve AMD auto suggestion for AEON · 2bc5a055
      psychocrypt authored
      increase the intensity limit for AEON
      2bc5a055
  5. 28 Jan, 2018 1 commit
  6. 27 Jan, 2018 2 commits
  7. 26 Jan, 2018 1 commit
  8. 25 Jan, 2018 2 commits
  9. 24 Jan, 2018 3 commits
    • psychocrypt's avatar
      remove usage of `rotate` · ac474caa
      psychocrypt authored
      revert the change that the OpenCl function `rotate` is used instead of `SKEIN_ROT`
      ac474caa
    • Grant Galitz's avatar
      author update · b9fb744a
      Grant Galitz authored
      b9fb744a
    • Grant Galitz's avatar
      Optimize Skein · 617af4b3
      Grant Galitz authored
      - Eliminate modulus math (It runs slow inside microcode).
      - Convert whatever the hell was going on into a rotate op. Like... Someone kinda reinvented the wheel in order to do a simple rotate.
      617af4b3
  10. 22 Jan, 2018 3 commits
  11. 21 Jan, 2018 1 commit
  12. 20 Jan, 2018 1 commit
  13. 19 Jan, 2018 1 commit
  14. 17 Jan, 2018 3 commits
  15. 16 Jan, 2018 1 commit
  16. 15 Jan, 2018 1 commit
    • dam-ien's avatar
      Fix for compiling with Cuda 9.1 on VS 2017 version >= 15.5 · 05b98280
      dam-ien authored
      Fix for #750, #626, #606, #534, without having to downgrade and do not require modification of host_config.h
      Require an additional component during VS2017 installation (VC++ 2017 version 15.4 v14.11 toolset) and an additional command execution before compilation.
      05b98280
  17. 13 Jan, 2018 3 commits
  18. 12 Jan, 2018 2 commits
  19. 11 Jan, 2018 1 commit
  20. 10 Jan, 2018 1 commit
  21. 09 Jan, 2018 1 commit