Skip to content
Snippets Groups Projects
  1. Jan 30, 2018
  2. 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
  3. Jan 13, 2018
  4. Jan 09, 2018
  5. Jan 04, 2018
  6. Dec 31, 2017
  7. Dec 30, 2017
  8. Dec 25, 2017
  9. Dec 22, 2017
  10. Dec 06, 2017
    • Unknown's avatar
      · e0e8a300
      Unknown authored
      Make k unsigned.
      e0e8a300
    • Unknown's avatar
      · af0743b0
      Unknown authored
      Clean up the x-mas tree
      af0743b0
  11. Dec 03, 2017
  12. Dec 02, 2017
  13. Nov 21, 2017
  14. Nov 18, 2017
    • psychocrypt's avatar
      fix max work size shown to user · 8bf8e8c8
      psychocrypt authored
      The max work size shown to the user was the hardware maximum but not take in account thet some kernel spwning 8 times more threads per work group than configured by the user.
      8bf8e8c8
    • psychocrypt's avatar
      handle OpenCL errors · e75c3a62
      psychocrypt authored
      - handle opencl errors to avoid unexpected behaviors
      - remove code duplicatio nwithin the some method
      e75c3a62
    • psychocrypt's avatar
      fix OpenCL compatibility · 7e8475ab
      psychocrypt authored
      - enforce that only host side OpenCl 1.2 functions are used if the miner is compiled with `XMR-STAK_COMPILE=generic`
      - update documentation
      - add CMake option `XMR-STAK_COMPILE` to windows
      7e8475ab
  15. Nov 16, 2017
  16. Nov 15, 2017
  17. Nov 14, 2017
    • Unknown's avatar
      · 608139cc
      Unknown authored
      Pass threadno up the food chain
      608139cc
  18. Nov 10, 2017
    • psychocrypt's avatar
      add backend type · 13433097
      psychocrypt authored
      - add type of the backend to each backend-plugin
      - add `gteName` to `iBackend` to get the name of the backend
      13433097
  19. Oct 27, 2017
  20. Oct 26, 2017
    • psychocrypt's avatar
      thread affinity for non cpu backends · b685c90f
      psychocrypt authored
      This is a follow up of #43 and use the some mechanism to set the thread affinity for
      non cpu backends correct.
      
      - use cpu affinity workflow for nvidia and amd
      - cpu: move messages of thread spawning before thread creation
      b685c90f
  21. Oct 24, 2017
  22. Oct 22, 2017
Loading