We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3065ed1 commit e78456eCopy full SHA for e78456e
setup.py
@@ -79,7 +79,7 @@ def should_skip_cuda_build():
79
80
@functools.lru_cache(maxsize=None)
81
def cuda_archs():
82
- return os.getenv("FLASH_DMATTN_CUDA_ARCHS", "80;90").split(";")
+ return os.getenv("FLASH_DMATTN_CUDA_ARCHS", "80;90;100;120").split(";")
83
84
85
def detect_preferred_sm_arch() -> Optional[str]:
0 commit comments