Skip to content

Commit

Permalink
Set ccache as CMAKE_CUDA_COMPILER_LAUNCHER
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Dec 1, 2024
1 parent dadefa6 commit a2c72e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions T/Torch/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ if [[ $bb_full_target == *cuda* ]] && [[ $cuda_version != none ]]; then
mkdir $WORKSPACE/tmpdir
export TMPDIR=$WORKSPACE/tmpdir
cmake_extra_args+="\
-DCMAKE_CUDA_COMPILER_LAUNCHER=ccache \
-DUSE_CUDA=ON \
-DUSE_CUDNN=ON \
-DUSE_MAGMA=ON \
Expand Down

0 comments on commit a2c72e4

Please sign in to comment.