UnalignRegForLoad and UnalignRegForStore
Function Usage
Serve as buffers to optimize the overhead of contiguous unaligned address accesses between the UB and RegTensor. Before reading an unaligned address, UnalignRegForLoad and UnalignRegForStore should be initialized using the LoadUnAlignPre API, and then the LoadUnAlign API should be used. When writing an unaligned address, use the StoreUnAlign API first, and then use the StoreUnAlignPost API for post-processing.
For details about how to use UnalignRegForLoad and UnalignRegForStore, see Contiguous Non-aligned Data Move-in and Contiguous Non-aligned Data Move-out.
Availability
Atlas 350 Accelerator Card
Restrictions
None
Parent topic: Register Data Types