Skip to content

Commit

Permalink
[cuda] Add support for CUDA 12.4 in test channel
Browse files Browse the repository at this point in the history
- Add support for CUDA 12.4 in `test` channel
  • Loading branch information
q10 committed Jun 12, 2024
1 parent 85f3293 commit 1ca62cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}
CUDA_ARCHES_DICT = {
"nightly": ["11.8", "12.1", "12.4"],
"test": ["11.8", "12.1"],
"release": ["11.8", "12.1"],
"test": ["11.8", "12.1", "12.4"],
"release": ["11.8", "12.1", "12.4"],
}
ROCM_ARCHES_DICT = {
"nightly": ["6.0", "6.1"],
Expand Down

0 comments on commit 1ca62cf

Please sign in to comment.