add automatic api validation support #144
Labels
enhancement
New feature or request
loader
Loader related feature/bug
needs-discussion
This needs further discussion
Milestone
Implement an optional validation API layer that verifies the correctness of UR calls at runtime. In addition to performing basic sanity checks (e.g., checking if provided handles are valid), it should eventually be extended to perform more complex semantic checks, like checking for missing arguments in kernels or tracking object ownership.
This implementation can be modeled after a similar functionality in level-zero.
Overall, we need to:
UR_VALIDATION=none/basic/complex
?)The text was updated successfully, but these errors were encountered: