Interface - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English
typedef struct
{
    dim_t group_size;
    dim_t seq_length;
    aocl_pre_op_sf *a_scl;
    aocl_pre_op_sf *b_scl;
    aocl_pre_op_zp *a_zp;
    aocl_pre_op_zp *b_zp;
} aocl_group_post_op;
Table 4.30 Structure Attributes#

Attribute

Description

group_size

group size by which accumulation is grouped

seq_length

number of scale factors

a_scl

pointer to array of scale factors to apply on a

b_scl

pointer to array of scale factors to apply on b

a_zp

pointer to array of zero-points to apply on a

b_zp

pointer to array of zero-points to apply on b