Skip to content
Snippets Groups Projects
  1. Mar 03, 2018
    • psychocrypt's avatar
      add OpenCL compiler cache · 6beb3f59
      psychocrypt authored
      Reduce OpenCL start time by using a self made compiler cache.
      
      - store compiled OpenCL binary
      - load OpenCl binary if available
      6beb3f59
  2. Feb 21, 2018
  3. Feb 19, 2018
  4. Feb 17, 2018
  5. Feb 14, 2018
  6. 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
  7. Jan 30, 2018
  8. Jan 27, 2018
    • psychocrypt's avatar
      void nonce overlappping · e191229a
      psychocrypt authored
      The cpu miner backend uses the wrong ranges of nonces instead of using `[startNonce,startNonce + nonce_chunk)`
      (startNonce,startNonce + nonce_chunk]` is used. This will results in an overlap with nonces used by the gpu back-ends.
      e191229a
  9. 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
  10. Jan 22, 2018
  11. Jan 17, 2018
  12. Jan 13, 2018
  13. Jan 09, 2018
  14. Jan 04, 2018
  15. Jan 02, 2018
  16. Dec 31, 2017
  17. Dec 30, 2017
  18. Dec 28, 2017
  19. Dec 26, 2017
  20. Dec 25, 2017
  21. Dec 22, 2017
  22. Dec 14, 2017
    • psychocrypt's avatar
      fix cuda9.1 compile · 74378a5a
      psychocrypt authored
      - fix cuda9.1 compile (remove includ eof device_functions.hpp/ removed with cuda9.1)
      - remove NVIDIA Volta gpus for MAC OSX
      74378a5a
  23. Dec 10, 2017
  24. Dec 09, 2017
  25. Dec 08, 2017
    • psychocrypt's avatar
      conservative NVIDIA auto suggestion · a317606a
      psychocrypt authored
      Be more conservative with the auto suggestion.
      
      - increase bfactor if `smx <= 6`
      - limit memory for pascal < GTX1070 to 2GiB
      - limt memory for pascal <= GTX1080 to 4GiB
      a317606a
  26. Dec 07, 2017
Loading