Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
one
spconv
Commits
c0c9073d
"platforms/vscode:/vscode.git/clone" did not exist on "939ecf28a4bee6c45e37a9e64ff53df3e2e0fd79"
Commit
c0c9073d
authored
Oct 20, 2021
by
yan.yan
Browse files
fix small bug
parent
fe03ed93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
setup.py
setup.py
+1
-0
No files found.
setup.py
View file @
c0c9073d
...
...
@@ -31,6 +31,7 @@ if not cuda_ver:
nvcc_version_str
=
nvcc_version
.
split
(
"
\n
"
)[
3
]
version_str
:
str
=
re
.
findall
(
r
"release (\d+.\d+)"
,
nvcc_version_str
)[
0
]
cuda_ver
=
version_str
cuda_ver
=
cuda_ver
.
replace
(
"."
,
""
)
# 10.2 to 102
RELEASE_NAME
+=
"-cu{}"
.
format
(
cuda_ver
)
...
...
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