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

Function has_cutlass

python/tvm/testing/env.py:260–262  ·  view source on GitHub ↗

True if CUTLASS support was built into the runtime.

()

Source from the content-addressed store, hash-verified

258
259
260def has_cutlass() -> bool:
261 """True if CUTLASS support was built into the runtime."""
262 return _build_flag_enabled("USE_CUTLASS")
263
264
265def has_rpc() -> 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…