Skip to main content

Module perm

Module perm 

Source
Expand description

Cache-efficient tensor permutation and transpose routines.

Constants§

BLOCK_MEMORY_SIZE
CACHE_LINE_SIZE

Functions§

copy_into
Copy elements from source to destination: dest[i] = src[i].
copy_into_col_major
Copy elements to a col-major destination.