We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957c842 commit 6edc6fdCopy full SHA for 6edc6fd
1 file changed
ops/pipeline/nightly-test-rmm-impl.sh
@@ -19,6 +19,7 @@ mamba create -y -n rmm_test -c conda-forge -c rapidsai-nightly python=3.13 \
19
gtest nccl "rmm=${rmm_version%.*}.*,>=0.0.0a0"
20
21
source activate rmm_test
22
+export CUDAHOSTCXX="${CXX}"
23
24
if [[ "${BUILD_ONLY_SM75:-}" == 1 ]]
25
then
0 commit comments