aclrtAicAivTaskUpdateAttr

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 blockDim (used to specify the number of cores on which the kernel function is executed).

rsv

Reserved. The value is fixed at 0.