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
1c679302
Commit
1c679302
authored
Oct 21, 2021
by
Yan Yan
Browse files
debug CI
parent
c87c2a5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build.yaml
.github/workflows/build.yaml
+2
-2
No files found.
.github/workflows/build.yaml
View file @
1c679302
...
@@ -48,9 +48,9 @@ jobs:
...
@@ -48,9 +48,9 @@ jobs:
$Env:CUMM_CUDA_ARCH_LIST = "all"
$Env:CUMM_CUDA_ARCH_LIST = "all"
$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-$
{{ matrix.cuda-version }}
https://github.com/NVIDIA/thrust $HOME/thrust_git
ls $HOME/thrust_git/thrust
ls $HOME/thrust_git/thrust
ls "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v$
CUMM_CUDA_VERSION
\include\thrust"
ls "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v$
{{ matrix.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
...
...
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