aclrtMemUceRepair
Note: This API is reserved and not supported currently.
Description
Repairs the virtual addresses where a memory UCE occurs.
Prototype
aclError aclrtMemUceRepair(int32_t deviceId, aclrtMemUceInfo *memUceInfoArray, size_t arraySize)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
deviceId |
Input |
Device ID. The value must be the same as the value of Device ID in aclrtSetDevice. |
memUceInfoArray |
Input |
Pointer to the aclrtMemUceInfo array. |
arraySize |
Input |
Length of the aclrtMemUceInfo array. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Exception Handling