Commit fe04a91
committed
Handle all cuGraphExecUpdate error codes, not just update failure
Check for CUDA_ERROR_GRAPH_EXEC_UPDATE_FAILURE first to provide the
rich error message with the update result reason, then fall through
to HANDLE_RETURN for any other error code (CUDA_ERROR_INVALID_VALUE,
CUDA_ERROR_NOT_SUPPORTED, etc.) or success.
Made-with: Cursor1 parent e924fde commit fe04a91
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
820 | | - | |
821 | | - | |
| 820 | + | |
822 | 821 | | |
823 | 822 | | |
824 | 823 | | |
| 824 | + | |
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
| |||
0 commit comments