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 300348d commit 302259cCopy full SHA for 302259c
ci/test_conda_pynvjitlink.sh
@@ -8,7 +8,7 @@ set -euo pipefail
8
if [ "${CUDA_VER%.*.*}" = "11" ]; then
9
CTK_PACKAGES="cudatoolkit"
10
else
11
- CTK_PACKAGES="cuda-nvcc-impl cuda-nvrtc"
+ CTK_PACKAGES="cuda-nvcc-impl cuda-nvrtc cuda-cuobjdump"
12
fi
13
14
rapids-logger "Install testing dependencies"
0 commit comments