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
c87c2a5a
Commit
c87c2a5a
authored
Oct 21, 2021
by
Yan Yan
Browse files
debug windows CI CUDA 11.4
parent
399d1a10
Changes
2
Show 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
+2
-0
setup.py
setup.py
+1
-2
No files found.
.github/workflows/build.yaml
View file @
c87c2a5a
...
@@ -49,6 +49,8 @@ jobs:
...
@@ -49,6 +49,8 @@ jobs:
$Env:SPCONV_DISABLE_JIT = "1"
$Env:SPCONV_DISABLE_JIT = "1"
pip install pccm pybind11
pip install pccm pybind11
git clone -b cuda-$CUMM_CUDA_VERSION https://github.com/NVIDIA/thrust $HOME/thrust_git
git clone -b cuda-$CUMM_CUDA_VERSION https://github.com/NVIDIA/thrust $HOME/thrust_git
ls $HOME/thrust_git/thrust
ls "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v$CUMM_CUDA_VERSION\include\thrust"
$Env:CUMM_THRUST_INCLUDE = "$HOME/thrust_git"
$Env:CUMM_THRUST_INCLUDE = "$HOME/thrust_git"
python -m build --wheel --outdir dist/ .
python -m build --wheel --outdir dist/ .
shell
:
powershell
shell
:
powershell
...
...
setup.py
View file @
c87c2a5a
...
@@ -162,8 +162,7 @@ if disable_jit is not None and disable_jit == "1":
...
@@ -162,8 +162,7 @@ if disable_jit is not None and disable_jit == "1":
objects_folder
=
"objects"
,
objects_folder
=
"objects"
,
std
=
std
,
std
=
std
,
disable_pch
=
True
,
disable_pch
=
True
,
verbose
=
True
,
verbose
=
True
)
debug_file_gen
=
True
)
]
]
else
:
else
:
cmdclass
=
{
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