aclrtGetMemUceInfo
This API is reserved and is not supported currently.
Description
Obtains the virtual addresses where memory uncorrected error (UCE, which cannot be directly handled by the system hardware) occurs.
Prototype
aclError aclrtGetMemUceInfo(int32_t deviceId, aclrtMemUceInfo *memUceInfoArray, size_t arraySize, size_t *retSize)
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/Output |
Pointer to the aclrtMemUceInfo array. |
arraySize |
Input |
Length of the aclrtMemUceInfo array. |
retSize |
Output |
Valid length of the returned aclrtMemUceInfo array. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Exception Handling