Skip to content

Commit

Permalink
[build] support cuda-11.6 (#1836)
Browse files Browse the repository at this point in the history
to support the new cuda
  • Loading branch information
stas00 authored Mar 16, 2022
1 parent 41d9083 commit 18ea8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op_builder/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def get_default_compute_capabilities():
"11.3",
"11.4",
"11.5",
"11.6",
],
}

Expand Down

0 comments on commit 18ea8b7

Please sign in to comment.