Skip to content

Commit

Permalink
add cuda 11.7 (#2211)
Browse files Browse the repository at this point in the history
* add cuda 11.7

* formatting
  • Loading branch information
jeffra authored Aug 12, 2022
1 parent 5870f36 commit a84f9da
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions op_builder/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,14 @@ def get_default_compute_capabilities():
"10.1",
"10.2",
],
11: [
"11.0",
"11.1",
"11.2",
"11.3",
"11.4",
"11.5",
"11.6",
],
11: ["11.0",
"11.1",
"11.2",
"11.3",
"11.4",
"11.5",
"11.6",
"11.7"],
}


Expand Down

0 comments on commit a84f9da

Please sign in to comment.