Skip to content
Snippets Groups Projects
  1. Dec 06, 2017
    • Unknown's avatar
      · af0743b0
      Unknown authored
      Clean up the x-mas tree
      af0743b0
  2. Dec 03, 2017
  3. Dec 02, 2017
  4. Nov 23, 2017
  5. Nov 21, 2017
  6. Nov 20, 2017
  7. 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
  8. Nov 17, 2017
  9. Nov 16, 2017
  10. Nov 15, 2017
    • fireice-uk's avatar
      Fix misc bugs (#117) · 117493dc
      fireice-uk authored
      * CONF_NO_TLS fix
      
      * gpu error fix + always return to sched after pin
      117493dc
    • psychocrypt's avatar
      check gpu architecture · 70737c8d
      psychocrypt authored
      - check if the gpu architecture is supported by the compiled miner binary
      - remove not supported gpus from the auto suggestion
      - disallow the selection of a not supported gpu by hand tuning the config
      70737c8d
    • psychocrypt's avatar
      fix wrong memory detection · 06594585
      psychocrypt authored
      Free and total memory is only evaluated on the first device.
      To detect the gpu memory the gpu must be selected.
      
      - create context on the gpu before the memory is checked
      - add smx to the auto detection
      - change the result code of `cuda_get_deviceinfo()`
      06594585
  11. Nov 14, 2017
    • Unknown's avatar
      · 608139cc
      Unknown authored
      Pass threadno up the food chain
      608139cc
    • Unknown's avatar
      · 8f9eb8ef
      Unknown authored
      change getName to static lc string (sorry psc)
      8f9eb8ef
  12. 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
  13. Nov 09, 2017
    • fireice-uk's avatar
      Multi-pool final version (#90) · d35893d9
      fireice-uk authored
      * Multi-pool first draft
      
      * Fix wspace from new IDE
      
      * Better TLS error message
      
      * Fix TLS bug
      
      * Don't put dev pool on stats + pool change-back
      
      * bug fixes
      
      * Error message work
      
      * fix win build
      
      * add per-pool nicehash setting
      
      * Fix bugs
      
      * rm debug msg
      
      * Multipool guided setup
      
      * Support TLS and Nicehash in config
      
      * prelim jconf changes
      
      * final multipool changes
      
      * increase default retry_time to 30, fix mac erro
      
      * rm debug dev pool settings
      
      * Fix another source of connect runaway
      d35893d9
  14. Nov 03, 2017
    • psychocrypt's avatar
      optimize NVIDIA autosuggestion · 5acec3ea
      psychocrypt authored
      - avoid creation of a config with zero threads or blocks
      - WINDOWS: reduce the used memory for the auto suggestion by the amount of already used memory
      5acec3ea
  15. Nov 01, 2017
  16. Oct 31, 2017
  17. Oct 28, 2017
  18. Oct 27, 2017
  19. 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
  20. Oct 24, 2017
  21. Oct 23, 2017
  22. Oct 22, 2017
Loading