-
Notifications
You must be signed in to change notification settings - Fork 5
Error Handling #21
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Could use better error handling. Would like to have defined error codes that are in the CUDA library, and pass those back to python where they would be handled. We sort of do this now, but the numbers are not systematic, or assigned meaningful strings. This might involve an enum type and string array in the library or something.
Would also want python tests to actually check we are catching and printing the same.