Skip to content

Commit

Permalink
Still seem to need explicit CUDA_HOME in with 12.6
Browse files Browse the repository at this point in the history
Goes in azure config which is better at least
  • Loading branch information
johnlees committed Jan 6, 2025
1 parent f4badeb commit 4af1ab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ steps:
# pushd src && make && make install && popd
- script: |
source activate pp_env
export CUDA_HOME=/usr/local/cuda-12.6
export PATH=${CUDA_HOME}/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=${CUDA_HOME}/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
export SKETCHLIB_INSTALL=azure
Expand All @@ -45,6 +46,7 @@ steps:

- script: |
source activate pp_env
export CUDA_HOME=/usr/local/cuda-12.6
export PATH=${CUDA_HOME}/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=${CUDA_HOME}/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
cd test && python run_test.py
Expand Down

0 comments on commit 4af1ab9

Please sign in to comment.