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
370334aa
Commit
370334aa
authored
Dec 03, 2021
by
yan.yan
Browse files
v2.1.19: fix problem in sm_50 old GPUs
parent
93aa19ee
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
CHANGELOG.md
CHANGELOG.md
+4
-0
setup.py
setup.py
+2
-2
version.txt
version.txt
+1
-1
No files found.
CHANGELOG.md
View file @
370334aa
# Changelog
## [2.1.19] - 2021-12-3
### Fixed
-
Fix wrong arch assert in all kernels for old GPUs to make spconv work in sm_50 GPUs
## [2.1.18] - 2021-11-29
### Fixed
-
Fix a small bug of spatial_shape.
...
...
setup.py
View file @
370334aa
...
...
@@ -38,9 +38,9 @@ if cuda_ver:
cuda_ver
=
cuda_ver
.
replace
(
"."
,
""
)
# 10.2 to 102
RELEASE_NAME
+=
"-cu{}"
.
format
(
cuda_ver
)
deps
=
[
"cumm-cu{}>=0.2.
3
"
.
format
(
cuda_ver
)]
deps
=
[
"cumm-cu{}>=0.2.
6
"
.
format
(
cuda_ver
)]
else
:
deps
=
[
"cumm>=0.2.
3
"
]
deps
=
[
"cumm>=0.2.
6
"
]
...
...
version.txt
View file @
370334aa
2.1.18
\ No newline at end of file
2.1.19
\ No newline at end of file
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