Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natevm authored Jul 9, 2022
1 parent 87de0ba commit 0d9b979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
cd build
$CMAKEEXEC ../ \
-DCMAKE_CUDA_COMPILER=/usr/local/cuda-10.2/bin/nvcc \
-DCUDA_CUDA_LIBRARY=/usr/local/cuda-10.2/targets/x86_64-linux/lib/stubs/libcuda.so \
-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-10.2/bin/nvcc \
-DCUDA_INCLUDE_DIRS=/usr/local/cuda-10.2/targets/x86_64-linux/include \
Expand Down Expand Up @@ -186,7 +187,7 @@ jobs:
pip install --upgrade setuptools setuptools_scm wheel numpy==1.19.5
mkdir build
cd build
cmake ../ -DCUDA_TOOLKIT_ROOT_DIR="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.2" -DPYTHON_VERSION="${{matrix.python-version}}"
cmake ../ -DCMAKE_CUDA_COMPILER="" -DCUDA_TOOLKIT_ROOT_DIR="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.2/bin/nvcc.exe" -DPYTHON_VERSION="${{matrix.python-version}}"
cmake --build . --config Release --target install
cd ..
cd install
Expand Down

0 comments on commit 0d9b979

Please sign in to comment.