Skip to content

Commit

Permalink
Update minor CUDA version compatibility. (#4613)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Rasley <jerasley@microsoft.com>
  • Loading branch information
cmikeh2 and jeffra authored Nov 4, 2023
1 parent ff53c22 commit 3437a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op_builder/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_default_compute_capabilities():
"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: ["12.0", "12.1", "12.2", "12.3"],
}


Expand Down

0 comments on commit 3437a5b

Please sign in to comment.