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
542adebd
Commit
542adebd
authored
Oct 21, 2021
by
Yan Yan
Browse files
debug CI
parent
38c09d17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.github/workflows/build.yaml
.github/workflows/build.yaml
+1
-1
setup.py
setup.py
+2
-1
No files found.
.github/workflows/build.yaml
View file @
542adebd
...
...
@@ -48,7 +48,7 @@ jobs:
$Env:CUMM_CUDA_ARCH_LIST = "all"
$Env:SPCONV_DISABLE_JIT = "1"
pip install pccm pybind11
git clone
https://github.com/NVIDIA/thrust -b cuda-{{ env.CUDA_VERSION }} --depth 1
git clone
-b cuda-$CUMM_CUDA_VERSION --depth 1 https://github.com/NVIDIA/thrust
$CURRENT_DIR = (Get-Location).path
$Env:CUMM_THRUST_INCLUDE = "$CURRENT_DIR\thrust"
python -m build --wheel --outdir dist/ .
...
...
setup.py
View file @
542adebd
...
...
@@ -161,7 +161,8 @@ if disable_jit is not None and disable_jit == "1":
Path
(
__file__
).
resolve
().
parent
/
"spconv"
,
objects_folder
=
"objects"
,
std
=
std
,
disable_pch
=
True
)
disable_pch
=
True
,
verbose
=
True
)
]
else
:
cmdclass
=
{
...
...
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