Expand description
repeat plan — per-axis tile (output > input). PyTorch
torch.repeat(x, *repeats): output.shape[d] = input.shape[d] * repeats[d]. The kernel walks output cells and computes input
coords as output_coord[d] % input.shape[d].
Structs§
- Repeat
Args - Args bundle for a Repeat launch.
- Repeat
Descriptor - Descriptor for a
repeatop. - Repeat
Plan repeatplan.