Commit c87c2a5a authored by Yan Yan's avatar Yan Yan
Browse files

debug windows CI CUDA 11.4

parent 399d1a10
......@@ -49,6 +49,8 @@ jobs:
$Env:SPCONV_DISABLE_JIT = "1"
pip install pccm pybind11
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"
python -m build --wheel --outdir dist/ .
shell: powershell
......
......@@ -162,8 +162,7 @@ if disable_jit is not None and disable_jit == "1":
objects_folder="objects",
std=std,
disable_pch=True,
verbose=True,
debug_file_gen=True)
verbose=True)
]
else:
cmdclass = {
......
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