SortPayloadContext#
Fully qualified name: pvaApl::SortPayloadContext
Defined in public/src/primitive/pvaAplSortPayloadVpu.hpp
-
struct SortPayloadContext#
Context structure for the SortPayload primitive.
This structure holds the configuration and scratch space required by the sorting with payload primitive.
Public Members
-
AgenCFG cfgs[256]#
Array of Agen configurations.
-
uint8_t scratch[SCRATCH_SIZE]#
Scratch space.
Public Static Attributes
-
static constexpr size_t SCRATCH_SIZE = ((16 + 2) * 512 * sizeof(uint32_t))#
Scratch size for the SortPayload primitive.
-
AgenCFG cfgs[256]#