MCPcopy Index your code
hub / github.com/apache/tvm / has_hipblas

Function has_hipblas

python/tvm/testing/env.py:255–257  ·  view source on GitHub ↗

True if hipBLAS was built in and a ROCm device is present.

()

Source from the content-addressed store, hash-verified

253
254
255def has_hipblas() -> bool:
256 """True if hipBLAS was built in and a ROCm device is present."""
257 return has_rocm() and _build_flag_enabled("USE_HIPBLAS")
258
259
260def has_cutlass() -> bool:

Callers

nothing calls this directly

Calls 2

has_rocmFunction · 0.85
_build_flag_enabledFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…