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 7f782dc commit 757b22aCopy full SHA for 757b22a
.github/workflows/test-wheel-linux.yml
@@ -74,7 +74,7 @@ jobs:
74
fi
75
76
77
- if [[ "${{ inputs.python-version }}" == "3.12" ]]; then
+ if [[ "${{ inputs.python-version }}" == "3.12" && "${{ inputs.local-ctk }}" == 1 ]]; then
78
COMPUTE_SANITIZER=${CUDA_HOME}/bin/compute-sanitizer
79
COMPUTE_SANITIZER_VERSION=$(${COMPUTE_SANITIZER} --version | grep -Eo "[0-9]{4}\.[0-9]\.[0-9]" | sed -e 's/\.//g')
80
SANITIZER_CMD="${COMPUTE_SANITIZER} --target-processes=all --launch-timeout=0 --tool=memcheck --error-exitcode=1"
0 commit comments