transpose_wh_tile

void ckernel::transpose_wh_init(uint32_t icb, uint32_t ocb, uint32_t call_line = __builtin_LINE())

Deprecated:

Use compute_kernel_hw_startup(icb, ocb) once at the top of the kernel, then transpose_init(icb) before transpose_tile(). See “api/compute/transpose.h”.

Performs the full (long) init for transpose_wh: one-time hardware configuration of the unpacker/math/packer plus the transpose-specific reconfiguration. Body kept verbatim for backwards compatibility.

void ckernel::transpose_wh_tile(uint32_t icb, uint32_t itile, uint32_t idst)

Deprecated:

Use transpose_tile(icb, itile, idst). See “api/compute/transpose.h”.