File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193 # We don't test compute-sanitizer on CTK<12 because backporting fixes is too much effort
194194 # We only test compute-sanitizer on python 3.12 arbitrarily; we don't need to use sanitizer on the entire matrix
195195 # Only local ctk installs have compute-sanitizer; there is not wheel for it
196- if [[ "${{ inputs.python-version }}" == "9.99 " && "${{ inputs.cuda-version }}" != "11.8.0" && "${{ inputs.local-ctk }}" == 1 ]]; then
196+ if [[ "${{ inputs.python-version }}" == "3.12 " && "${{ inputs.cuda-version }}" != "11.8.0" && "${{ inputs.local-ctk }}" == 1 ]]; then
197197 COMPUTE_SANITIZER="${CUDA_HOME}/bin/compute-sanitizer"
198198 COMPUTE_SANITIZER_VERSION=$(${COMPUTE_SANITIZER} --version | grep -Eo "[0-9]{4}\.[0-9]\.[0-9]" | sed -e 's/\.//g')
199199 SANITIZER_CMD="${COMPUTE_SANITIZER} --target-processes=all --launch-timeout=0 --tool=memcheck --error-exitcode=1"
You can’t perform that action at this time.
0 commit comments