Skip to content

Commit

Permalink
Update setup.py (#68)
Browse files Browse the repository at this point in the history
revert back device setting
  • Loading branch information
YangWang92 authored Oct 16, 2024
1 parent b9d6a2c commit 994f9e4
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 @@ -22,7 +22,7 @@ def get_version():


def build_cuda_extensions():
compute_capabilities = [80]
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 994f9e4

Please sign in to comment.