Closed
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct
Area
Infrastructure
Is your feature request related to a problem? Please describe.
nvmath-python uses compute-sanitizer to check the correctness of CUDA API calls and check for memory leaks. Since we are now depending on cuda-core/cuda-bindings, our compute-sanitizer pipeline is failing with uncaught errors from cuda-bindings/cuda-core.
Related to #562
Describe the solution you'd like
Some subset of the cuda-python test matrix should be run in the context of compute-sanitizer.
Describe alternatives you've considered
Figure out a way to ignore compute-sanitizer errors from cuda-python libraries? This doesn't seem like an good approach because it could mask errors that are actually caused by nvmath-python. I'm not sure that compute-sanitizer supports this behavior.
Additional context
No response