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
d406d9e2
Commit
d406d9e2
authored
Nov 25, 2021
by
yan.yan
Browse files
fix windows CI
parent
7430ed81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build.yaml
.github/workflows/build.yaml
+1
-1
README.md
README.md
+1
-1
No files found.
.github/workflows/build.yaml
View file @
d406d9e2
...
@@ -80,7 +80,7 @@ jobs:
...
@@ -80,7 +80,7 @@ jobs:
$Env:SPCONV_DISABLE_JIT = "1"
$Env:SPCONV_DISABLE_JIT = "1"
pip install pccm pybind11
pip install pccm pybind11
# download boost header only
# download boost header only
$Env:BOOST_ROOT = "$HOME/boost/
$BOOST_VERSION
"
$Env:BOOST_ROOT = "$HOME/boost/
boost_1_77_0
"
# ls "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v${{ matrix.cuda-version }}\include\thrust"
# ls "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v${{ matrix.cuda-version }}\include\thrust"
python -m build --wheel --outdir dist/ .
python -m build --wheel --outdir dist/ .
shell
:
powershell
shell
:
powershell
...
...
README.md
View file @
d406d9e2
...
@@ -120,7 +120,7 @@ See [this page](https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-
...
@@ -120,7 +120,7 @@ See [this page](https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-
| CUDA version | GPU Arch List |
| CUDA version | GPU Arch List |
| -------------- |:---------------------:|
| -------------- |:---------------------:|
| 10.2 |
50,
52,60,61,70,75 |
| 10.2 | 52,60,61,70,75 |
| 11.x | 52,60,61,70,75,80,86 |
| 11.x | 52,60,61,70,75,80,86 |
| 12.x | 60,61,70,75,80,86,90 |
| 12.x | 60,61,70,75,80,86,90 |
...
...
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