Closed igorvoltaic closed 6 years ago
After running $ ./nuxhashd.py --benchmark-all I get the following
$ ./nuxhashd.py --benchmark-all
File "./nuxhashd.py", line 143, in run_all_benchmarks print '\nCUDA device %d: %s' % (device.cuda_index, device.name) AttributeError: 'NvidiaDevice' object has no attribute 'cuda_index'
I made a temporary fix changing all instances of cuda_index to pci_bus.
cuda_index
pci_bus
oops! fixed
After running
$ ./nuxhashd.py --benchmark-all
I get the followingI made a temporary fix changing all instances of
cuda_index
topci_bus
.