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
e3e09c46
Commit
e3e09c46
authored
Apr 23, 2024
by
jnwei
Committed by
Jennifer Wei
May 06, 2024
Browse files
Remove nvcc compute capability 37 which caused kernel build issues
parent
4172f34b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
setup.py
setup.py
+1
-2
No files found.
setup.py
View file @
e3e09c46
...
...
@@ -52,7 +52,6 @@ def get_cuda_bare_metal_version(cuda_dir):
return
raw_output
,
bare_metal_major
,
bare_metal_minor
compute_capabilities
=
set
([
(
3
,
7
),
# K80, e.g.
(
5
,
2
),
# Titan X
(
6
,
1
),
# GeForce 1000-series
])
...
...
@@ -130,7 +129,7 @@ setup(
classifiers
=
[
'License :: OSI Approved :: Apache Software License'
,
'Operating System :: POSIX :: Linux'
,
'Programming Language :: Python :: 3.
9
,'
'Programming Language :: Python :: 3.
10
,'
'Topic :: Scientific/Engineering :: Artificial Intelligence'
,
],
)
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