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

Class Split

python/tvm/tirx/exec_context.py:288–292  ·  view source on GitHub ↗

A scope_switch split of A.

Source from the content-addressed store, hash-verified

286
287@dataclass(frozen=True)
288class Split:
289 """A scope_switch split of A."""
290
291 inter: dict[str, AxisRange]
292 intra: dict[str, AxisRange]
293
294
295def _factor_warpid(warp: AxisRange) -> tuple[AxisRange, AxisRange] | None:

Callers 1

scope_switchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…