aclrtAicAivTaskUpdateAttr
1 2 3 4 5 6 | typedef struct { void *binHandle; void *funcEntryAddr; void *blockDimAddr; uint32_t rsv[4]; } aclrtAicAivTaskUpdateAttr; |
Member |
Description |
|---|---|
binHandle |
Stores the operator binary handle to be updated. You can call the aclrtBinaryLoadFromFile or aclrtBinaryLoadFromData API to obtain the operator binary handle. |
funcEntryAddr |
Device memory address that stores Function Entry (keyword used to identify a function). |
blockDimAddr |
Device memory address that stores numBlocks (used to specify the number of cores on which the kernel function is executed). |
rsv |
Reserved. The value is fixed at 0. |
Parent topic: Data Types and Operation APIs