MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / is_hip

Function is_hip

src/fused_mm_sampling/persistent_matmul.py:17–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def is_hip():
18 return triton.runtime.driver.active.get_current_target().backend == "hip"
19
20
21if is_cuda():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected