()
| 101 | |
| 102 | |
| 103 | def test_scope_switch_warpgroup_aligned(): |
| 104 | A = initial_A(warp_ext=16) |
| 105 | split = scope_switch(A, WARPGROUP) |
| 106 | assert split.inter["wgid"] == AxisRange(4, 0) |
| 107 | assert split.inter["cta_id"] == AxisRange(1, 0) |
| 108 | assert split.intra["laneid"] == AxisRange(32, 0) |
| 109 | assert split.intra["wid_in_wg"] == AxisRange(4, 0) |
| 110 | |
| 111 | |
| 112 | # --------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected
searching dependent graphs…