Skip to content

GPU memory leak for the CUDA kernels #598

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
sjsprecious opened this issue Jul 10, 2024 · 0 comments · Fixed by #600
Closed

GPU memory leak for the CUDA kernels #598

sjsprecious opened this issue Jul 10, 2024 · 0 comments · Fixed by #600
Assignees
Labels
bug Something isn't working

Comments

@sjsprecious
Copy link
Contributor

As identified by @K20shores in his PR #593 , there are many memory leaks for the GPU tests that are not captured correctly by compute-sanitizer. Kyle has found one leak at https://github.com/NCAR/micm/blob/main/src/solver/lu_decomposition.cu#L184 but there are more.

Acceptance Criteria

  • All the GPU memory tests are passed with the --leak-check full option for compute-sanitizer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants