Skip to content
  1. Oct 29, 2017
    • 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
  2. Oct 27, 2017
  3. 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
  4. Oct 24, 2017
  5. Oct 23, 2017
  6. Oct 22, 2017
  7. Oct 21, 2017
  8. Oct 20, 2017
    • psychocrypt's avatar
      fix assert in AMD backend · 630bcffb
      psychocrypt authored
      fix bug announced in #52
      
      If the miner is compiled in debug mode the assert condition results in a compile time error.
      630bcffb
Loading