We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757b22a commit f27e1f4Copy full SHA for f27e1f4
.github/actions/fetch_ctk/action.yml
@@ -87,6 +87,7 @@ runs:
87
populate_cuda_path cuda_nvrtc
88
populate_cuda_path cuda_profiler_api
89
populate_cuda_path cuda_cccl
90
+ populate_cuda_path cuda_sanitizer_api
91
if [[ "$(cut -d '.' -f 1 <<< ${{ inputs.cuda-version }})" -ge 12 ]]; then
92
populate_cuda_path libnvjitlink
93
fi
0 commit comments