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
ef239f30
Commit
ef239f30
authored
Aug 04, 2022
by
Gustaf Ahdritz
Browse files
Remove print statement
parent
f3814c9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
setup.py
setup.py
+0
-2
No files found.
setup.py
View file @
ef239f30
...
...
@@ -61,8 +61,6 @@ compute_capability, _ = get_nvidia_cc()
if
compute_capability
is
not
None
:
compute_capabilities
=
set
([
compute_capability
])
print
(
compute_capabilities
)
cc_flag
=
[]
for
major
,
minor
in
list
(
compute_capabilities
):
cc_flag
.
extend
([
...
...
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