Skip to content

Commit

Permalink
Remove error in new CC function
Browse files Browse the repository at this point in the history
  • Loading branch information
gahdritz committed Aug 3, 2022
1 parent 1c64c79 commit 6c89015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_nvidia_cc():
else:
break
else:
raise OSError("could not load any of: " + ' '.join(libnames))
return None, "Could not load any of: " + ' '.join(libnames)

nGpus = ctypes.c_int()
cc_major = ctypes.c_int()
Expand Down

0 comments on commit 6c89015

Please sign in to comment.