Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlashSampling/FlashSampling
/ device_blas_name
Function
device_blas_name
src/fused_mm_sampling/persistent_matmul.py:35–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
34
35
def
device_blas_name():
36
return
"cuBLAS"
if
is_cuda()
else
"hipBLAS"
37
38
39
def
supports_tma():
Callers
3
device_blas_matmul
Function · 0.85
bench
Function · 0.85
validate
Function · 0.85
Calls
1
is_cuda
Function · 0.85
Tested by
no test coverage detected