Skip to content

Commit

Permalink
Add support for H100/sm_90 arch compilation (#6669)
Browse files Browse the repository at this point in the history
Resolves: #6549
  • Loading branch information
loadams authored Oct 28, 2024
1 parent 54903e0 commit 229960a
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 229960a

Please sign in to comment.