Skip to content

[FEA]: Run some tests in the CI in the context of compute-sanitizer #565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
carterbox opened this issue Apr 22, 2025 · 0 comments · Fixed by #566
Closed
1 task done

[FEA]: Run some tests in the CI in the context of compute-sanitizer #565

carterbox opened this issue Apr 22, 2025 · 0 comments · Fixed by #566
Assignees
Labels
CI/CD CI/CD infrastructure P1 Medium priority - Should do

Comments

@carterbox
Copy link
Contributor

carterbox commented Apr 22, 2025

Is this a duplicate?

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

@github-actions github-actions bot added the triage Needs the team's attention label Apr 22, 2025
@leofang leofang added P1 Medium priority - Should do CI/CD CI/CD infrastructure and removed triage Needs the team's attention labels Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD CI/CD infrastructure P1 Medium priority - Should do
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants