MCPcopy 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
39def supports_tma():
40 return is_cuda() and torch.cuda.get_device_capability()[0] >= 9
41
42
43def is_hopper():

Callers 1

Calls 1

is_cudaFunction · 0.85

Tested by

no test coverage detected