Skip to main content

Module copy

Module copy 

Source
Expand description

Copy/permutation operations on strided views.

Functionsยง

copy_into
Copy elements from source to destination: dest[i] = src[i].
copy_into_col_major
Copy elements to a col-major destination.
try_fuse_group
Try to fuse a contiguous dimension group into a single (total_size, innermost_stride).