()
| 115 | |
| 116 | |
| 117 | def 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 | |
| 124 | def test_factor_case2_fits_in_one_wg(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…