aclrtHostGetDevicePointer
Applicable Products
Product |
Supported |
|---|---|
√ |
|
☓ |
|
√ |
|
√ |
|
☓ |
|
☓ |
|
☓ |
Function
Obtains the device memory address registered and mapped by the aclrtHostRegister or aclrtHostRegisterV2 API. This address cannot be used for memory operations, such as memory copy.
Prototype
1 | aclError aclrtHostGetDevicePointer(void *pHost, void **pDevice, uint32_t flag) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
pHost |
Input |
Host memory address registered and mapped by the aclrtHostRegister or aclrtHostRegisterV2 API. |
pDevice |
Output |
Device memory address mapped from the host memory. |
flag |
Input |
Reserved. The value is fixed at 0. |
Returns
0 on success; otherwise, failure. For details, see aclError.
Parent topic: Host Memory Management