Commit 6c89015d authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Remove error in new CC function

parent 1c64c791
...@@ -64,7 +64,7 @@ def get_nvidia_cc(): ...@@ -64,7 +64,7 @@ def get_nvidia_cc():
else: else:
break break
else: else:
raise OSError("could not load any of: " + ' '.join(libnames)) return None, "Could not load any of: " + ' '.join(libnames)
nGpus = ctypes.c_int() nGpus = ctypes.c_int()
cc_major = ctypes.c_int() cc_major = ctypes.c_int()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment