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

Function test_factor_case1_aligned

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

Source from the content-addressed store, hash-verified

115
116
117def test_factor_case1_aligned():
118 A = initial_A(warp_ext=8) # ext=8, off=0 -- aligned
119 split = scope_switch(A, WARPGROUP)
120 assert split.inter["wgid"] == AxisRange(2, 0)
121 assert split.intra["wid_in_wg"] == AxisRange(4, 0)
122
123
124def test_factor_case2_fits_in_one_wg():

Callers

nothing calls this directly

Calls 3

initial_AFunction · 0.90
scope_switchFunction · 0.90
AxisRangeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…