1. 08 Nov, 2017 1 commit
  2. 07 Nov, 2017 1 commit
    • psychocrypt's avatar
      fix windows CUDA 9 compile · 787ce4a1
      psychocrypt authored
      fix #91
      
      - add CMake workaround for wrong host compiler for cuda
      - update winows compile documentation
      787ce4a1
  3. 04 Nov, 2017 1 commit
  4. 03 Nov, 2017 1 commit
    • 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
  5. 02 Nov, 2017 1 commit
  6. 01 Nov, 2017 4 commits
  7. 31 Oct, 2017 2 commits
  8. 30 Oct, 2017 3 commits
  9. 29 Oct, 2017 1 commit
    • Alessandro Da Rugna's avatar
      add option: flush stdout · cb3fc22a
      Alessandro Da Rugna authored
      Added the option to forcefully flush STDOUT, which may be useful when running the miner through a pipe instead than a shell.
      If STDOUT is a shell, it's unbuffered by default.
      If STDOUT is a pipe, it's buffered by default.
      cb3fc22a
  10. 28 Oct, 2017 2 commits
  11. 27 Oct, 2017 16 commits
  12. 26 Oct, 2017 1 commit
    • 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
  13. 24 Oct, 2017 1 commit
  14. 23 Oct, 2017 5 commits