MCPcopy Create free account
hub / github.com/apache/tvm / has_openclml

Function has_openclml

python/tvm/testing/env.py:275–277  ·  view source on GitHub ↗

True if OpenCLML (CLML) support was built into the runtime.

()

Source from the content-addressed store, hash-verified

273
274
275def has_openclml() -> bool:
276 """True if OpenCLML (CLML) support was built into the runtime."""
277 return _build_flag_enabled("USE_CLML")
278
279
280def has_mrvl() -> bool:

Callers

nothing calls this directly

Calls 1

_build_flag_enabledFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…