Skip to content

Commit

Permalink
Add cuda-sanitizer-api dependency for test-cpp matrix 11.4 (#15573)
Browse files Browse the repository at this point in the history
Fixes dependency issue with nightly builds running 11.4.3 cpp tests requiring the compute-sanitizer tool.

Closes #15571

Authors:
  - David Wendt (https://github.com/davidwendt)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Ray Douglass (https://github.com/raydouglass)

URL: #15573
  • Loading branch information
davidwendt authored Apr 22, 2024
1 parent a2c81e7 commit 13af975
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,10 @@ dependencies:
cuda: "11.8"
packages:
- cuda-sanitizer-api=11.8.86
- matrix:
cuda: "11.4"
packages:
- cuda-sanitizer-api=11.4.120
- matrix: # Fallback for CUDA 11 or no matrix
packages:
test_java:
Expand Down

0 comments on commit 13af975

Please sign in to comment.