()
| 220 | |
| 221 | |
| 222 | def test_ex_8_5_partial_wg(): |
| 223 | ctx = ExecContext.at_kernel_entry(warp_ext=16).with_scope_switch(CTA) |
| 224 | ctx = ctx.with_filter(WARP_FLAT, 0, 2).with_scope_switch(WARPGROUP) |
| 225 | # case 2: 2 <= 4-0 |
| 226 | assert ctx.inter == {"wgid": AxisRange(1, 0), "cta_id": AxisRange(1, 0)} |
| 227 | assert ctx.intra == {"laneid": AxisRange(32, 0), "wid_in_wg": AxisRange(2, 0)} |
| 228 | |
| 229 | |
| 230 | # --------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected
searching dependent graphs…