Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
597a8521
Commit
597a8521
authored
Aug 01, 2022
by
Titus von Koeller
Browse files
fix typo
parent
57fa6462
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bitsandbytes/cuda_setup.py
bitsandbytes/cuda_setup.py
+1
-1
No files found.
bitsandbytes/cuda_setup.py
View file @
597a8521
...
...
@@ -37,7 +37,7 @@ def check_cuda_result(cuda, result_val):
if
result_val
!=
0
:
cuda
.
cuGetErrorString
(
result_val
,
ctypes
.
byref
(
error_str
))
print
(
f
"Count not initialize CUDA - failure!"
)
raise
Exception
(
'CUDA excepion!'
)
raise
Exception
(
'CUDA excep
t
ion!'
)
return
result_val
# taken from https://gist.github.com/f0k/63a664160d016a491b2cbea15913d549
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment