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 9b9a0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
CUDA_ARCHES_DICT = {
"nightly": ["11.8", "12.1", "12.4"],
"test": ["11.8", "12.1"],
"test": ["11.8", "12.1", "12.4"],
"release": ["11.8", "12.1"],
}
ROCM_ARCHES_DICT = {
Expand Down

0 comments on commit 9b9a0a4

Please sign in to comment.