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

Function test_factor_case3_fails

tests/python/tirx/test_exec_context.py:142–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140
141
142def test_factor_case3_fails():
143 # RFC §8.6: warpid[2:6] crosses wg boundary unaligned
144 A = initial_A(warp_ext=16)
145 A = filter_narrow(A, WARP_FLAT, 2, 6)
146 assert A.warpid == AxisRange(4, 2)
147 with pytest.raises(ExecContextError, match="crosses warpgroup boundary"):
148 scope_switch(A, WARPGROUP)
149
150
151# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 4

initial_AFunction · 0.90
filter_narrowFunction · 0.90
AxisRangeClass · 0.90
scope_switchFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…