How Do I Handle Recoverable Xid Errors?
Possible Causes
| Xid | Description |
|---|---|
| 13 | Graphics Engine Exception, a non-hardware fault, maybe an instruction error. |
| 31 | GPU memory page fault, a non-hardware fault, maybe an error of accessing an invalid address. |
| 43 | GPU stopped processing, a non-hardware fault, maybe a software error. |
For details, see https://docs.nvidia.com/deploy/xid-errors/index.html.
Solution
- Run the job again and check whether the Xid error disappears.
- If the error persists, check the code or analyze logs to determine whether the Xid error is caused by the program.
- If the Xid error is not caused by the program, contact technical support.