()
| 136 | return T.TileLayout(T.S[(8, 8, 8, 4, 2) : (64, 4 @ laneid, 8, 2, 1)]) |
| 137 | |
| 138 | def get_layout3(): |
| 139 | return T.TileLayout(T.S[(8, 16, 8, 16) : (1024, 16, 128, 1)]) |
| 140 | |
| 141 | def get_layout4(): |
| 142 | return T.SwizzleLayout(per_element=3, swizzle_len=3, atom_len=3) |
no outgoing calls
no test coverage detected
searching dependent graphs…