aclrtBarrierTaskInfo
typedef struct {
size_t barrierNum;
aclrtBarrierCmoInfo cmoInfo[ACL_RT_CMO_MAX_BARRIER_NUM];
} aclrtBarrierTaskInfo;
Member |
Description |
|---|---|
barrierNum |
Length of the cmoInfo array. |
cmoInfo |
Information about the cache memory operation task. #define ACL_RT_CMO_MAX_BARRIER_NUM 6U |
Parent topic: Data Types and Operation APIs