Open
Description
The kernel transpose generator can only generate kernels whose data is tightly packed. Given the fact that our FFT API supports arbitrary strides and pitches, we have weak coverage of the input parameters we support. The transpose kernel generator should be to handle arbitrary strides and pitches.