Skip to content

Commit

Permalink
Add support for H100/sm_90 arch compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Oct 25, 2024
1 parent 3d5cf73 commit 5a76cfa
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 @@ -67,7 +67,7 @@ def get_default_compute_capabilities():
# Special treatment of CUDA 11.0 because compute_86 is not supported.
compute_caps += ";8.0"
else:
compute_caps += ";8.0;8.6"
compute_caps += ";8.0;8.6;9.0"
return compute_caps


Expand Down

0 comments on commit 5a76cfa

Please sign in to comment.