Skip to content

Commit

Permalink
add sm_89 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
wejoncy authored Oct 6, 2024
1 parent 0520d7c commit c59a20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_version():


def build_cuda_extensions():
compute_capabilities = [70, 75, 80, 86, 90]
compute_capabilities = [70, 75, 80, 86, 89, 90]
arch_flags = []
TORCH_CUDA_ARCH_LIST = os.getenv("TORCH_CUDA_ARCH_LIST", None)
if TORCH_CUDA_ARCH_LIST is None:
Expand Down

0 comments on commit c59a20b

Please sign in to comment.