Skip to content

Commit

Permalink
Add CUDA 12.8 support and comment on CUDA 12.7 (#6975)
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored Jan 28, 2025
1 parent 1640f6d commit 46c6c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion op_builder/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def get_default_compute_capabilities():
cuda_minor_mismatch_ok = {
10: ["10.0", "10.1", "10.2"],
11: ["11.0", "11.1", "11.2", "11.3", "11.4", "11.5", "11.6", "11.7", "11.8"],
12: ["12.0", "12.1", "12.2", "12.3", "12.4", "12.5", "12.6"],
12: ["12.0", "12.1", "12.2", "12.3", "12.4", "12.5", "12.6",
"12.8"], # There does not appear to be a CUDA Toolkit 12.7
}


Expand Down

0 comments on commit 46c6c9e

Please sign in to comment.