aclrtGetMemUceInfo
Note: This API is reserved and not supported currently.
Description
Obtains the virtual addresses where a 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)
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/Output |
Pointer to the aclrtMemUceInfo array. |
arraySize |
Input |
Length of the aclrtMemUceInfo array. |
retSize |
Output |
Valid length of the returned aclrtMemUceInfo array. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Exception Handling