bittensor icon indicating copy to clipboard operation
bittensor copied to clipboard

[Fix] [Hotfix] [3.3.4] multi cuda fix

Open camfairchild opened this issue 3 years ago • 0 comments

This PR addresses the issues with CUDA registration introduced by v3.3.4 This fixes:

  • Improper termination And this should fix:
  • Reduced actual hashrate (does not match reported)
    • nonce_start += self.update_interval * self.num_proc
    • to
    • nonce_start += self.update_interval * self.TPB

camfairchild avatar Oct 07 '22 14:10 camfairchild