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;
Attribute |
Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
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;
Attribute |
Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|