Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlashSampling/FlashSampling
/ supports_tma
Function
supports_tma
src/fused_mm_sampling/persistent_matmul.py:39–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
38
39
def
supports_tma():
40
return
is_cuda() and torch.cuda.get_device_capability()[0] >= 9
41
42
43
def
is_hopper():
Callers
1
persistent_matmul.py
File · 0.85
Calls
1
is_cuda
Function · 0.85
Tested by
no test coverage detected