aclrtMemUceRepair
This API is reserved and is not supported currently.
Description
Fixes the virtual addresses where memory UCE occurs..
Prototype
aclError aclrtMemUceRepair(int32_t deviceId, aclrtMemUceInfo *memUceInfoArray, size_t arraySize)
Command-Line Options
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
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Exception Handling