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
OpenFold
Commits
6c89015d
Commit
6c89015d
authored
Aug 03, 2022
by
Gustaf Ahdritz
Browse files
Remove error in new CC function
parent
1c64c791
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/utils.py
scripts/utils.py
+1
-1
No files found.
scripts/utils.py
View file @
6c89015d
...
@@ -64,7 +64,7 @@ def get_nvidia_cc():
...
@@ -64,7 +64,7 @@ def get_nvidia_cc():
else
:
else
:
break
break
else
:
else
:
r
aise
OSError
(
"c
ould not load any of: "
+
' '
.
join
(
libnames
)
)
r
eturn
None
,
"C
ould not load any of: "
+
' '
.
join
(
libnames
)
nGpus
=
ctypes
.
c_int
()
nGpus
=
ctypes
.
c_int
()
cc_major
=
ctypes
.
c_int
()
cc_major
=
ctypes
.
c_int
()
...
...
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