Module align

Module align 

Expand description

Alignment utilities.

Constants§

CACHE_LINE_SIZE
Cache line size (64 bytes on most modern CPUs).
GPU_CACHE_LINE_SIZE
GPU cache line size (128 bytes on many GPUs).

Functions§

align_down
Align a value down to the previous multiple of alignment.
align_up
Align a value up to the next multiple of alignment.
is_aligned
Check if a value is aligned.
padding_for
Get required padding for alignment.