Skip to content

Commit 6edc6fd

Browse files
committed
Use conda CUDA host compiler for RMM nightly build
1 parent 957c842 commit 6edc6fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ops/pipeline/nightly-test-rmm-impl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ mamba create -y -n rmm_test -c conda-forge -c rapidsai-nightly python=3.13 \
1919
gtest nccl "rmm=${rmm_version%.*}.*,>=0.0.0a0"
2020

2121
source activate rmm_test
22+
export CUDAHOSTCXX="${CXX}"
2223

2324
if [[ "${BUILD_ONLY_SM75:-}" == 1 ]]
2425
then

0 commit comments

Comments
 (0)