Commit d406d9e2 authored by yan.yan's avatar yan.yan
Browse files

fix windows CI

parent 7430ed81
...@@ -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
......
...@@ -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 |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment