You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to @MrBurmark there are some intentional memory leaks in RAJA for memory pools. They cause sort tests to fail when address sanitizer is enabled. Can they be removed?
The text was updated successfully, but these errors were encountered:
I'll have to look at this again, the memory may be cleaned up after main. I know that any memory allocated through cuda and hip is not freed because the cleanup is done after main.
According to @MrBurmark there are some intentional memory leaks in RAJA for memory pools. They cause sort tests to fail when address sanitizer is enabled. Can they be removed?
The text was updated successfully, but these errors were encountered: