Expand description
Cache-efficient tensor permutation and transpose routines.
Structs§
- Bilateral
Fusion Plan - Validated result of fusing adjacent dimensions that are contiguous in both source and destination layouts.
Enums§
- Fusion
Plan Error - Failure while validating or constructing a bilateral fusion plan.
Constants§
Functions§
- copy_
into - Copy elements from source to destination:
dest[i] = src[i]. - copy_
into_ col_ major - Copy elements to a col-major destination.
- plan_
bilateral_ fusion - Plan bilateral dimension fusion for source and destination layouts.