True if CUTLASS support was built into the runtime.
()
| 258 | |
| 259 | |
| 260 | def has_cutlass() -> bool: |
| 261 | """True if CUTLASS support was built into the runtime.""" |
| 262 | return _build_flag_enabled("USE_CUTLASS") |
| 263 | |
| 264 | |
| 265 | def has_rpc() -> bool: |
nothing calls this directly
no test coverage detected
searching dependent graphs…