Skip to content
  1. 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
  2. Jan 28, 2018
  3. Jan 27, 2018
  4. Jan 26, 2018
  5. Jan 25, 2018
  6. Jan 24, 2018
    • 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
  7. Jan 22, 2018
  8. Jan 21, 2018
  9. Jan 20, 2018
  10. Jan 19, 2018
  11. Jan 17, 2018
  12. Jan 16, 2018
  13. Jan 15, 2018
    • 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
  14. Jan 13, 2018
  15. Jan 12, 2018
  16. Jan 11, 2018
  17. Jan 10, 2018
  18. Jan 09, 2018
  19. Jan 08, 2018
  20. Jan 06, 2018
  21. Jan 05, 2018
  22. Jan 04, 2018
Loading