aclrtMemcpyBatchAttr
typedef struct {
aclrtMemLocation dstLoc;
aclrtMemLocation srcLoc;
uint8_t rsv[16];
} aclrtMemcpyBatchAttr;
Member |
Description |
|---|---|
dstLoc |
Destination memory location. |
srcLoc |
Source memory location. |
rsv |
Reserved. The value is fixed at 0. |
Parent topic: Data Types and Operation APIs