We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
compute-sanitizer
Acceptance Criteria
--leak-check full
The text was updated successfully, but these errors were encountered:
sjsprecious
K20shores
Successfully merging a pull request may close this issue.
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
--leak-check full
option forcompute-sanitizer
.The text was updated successfully, but these errors were encountered: