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
f78575ea
"examples/cpp-examples/HelloArgonInC.c" did not exist on "3dafb4c348bcc42d83e59d96a48d1766b2526637"
Commit
f78575ea
authored
Jul 12, 2022
by
yan.yan
Browse files
Merge branch 'master' of
https://github.com/traveller59/spconv
parents
bab09b63
85d77474
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGELOG.md
CHANGELOG.md
+3
-0
spconv/csrc/sparse/all.py
spconv/csrc/sparse/all.py
+1
-1
No files found.
CHANGELOG.md
View file @
f78575ea
# Changelog
## [2.1.22] - 2022-6-11
### Fixed
-
Fix thrust problem by adding -fvisibility=hidden
## [2.1.22] - 2022-4-14
### Added
...
...
spconv/csrc/sparse/all.py
View file @
f78575ea
...
...
@@ -34,7 +34,7 @@ class CustomThrustLib(pccm.Class):
self
.
add_dependency
(
ThrustLib
)
# https://github.com/NVIDIA/thrust/issues/1401#issuecomment-806403746
if
compat
.
InLinux
:
self
.
build_meta
.
add_public_cflags
(
"nvcc"
,
"-Xcompiler"
,
"-fno-gnu-unique"
)
self
.
build_meta
.
add_public_cflags
(
"nvcc"
,
"-Xcompiler"
,
"-fno-gnu-unique"
,
"-Xcompiler"
,
"-fvisibility=hidden"
)
class
ThrustCustomAllocatorV2
(
pccm
.
Class
,
pccm
.
pybind
.
PybindClassMixin
):
...
...
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