-
Notifications
You must be signed in to change notification settings - Fork 13
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
Memory leaks? #178
Comments
When you say "memory allocation", what precisely do you mean? How do you measure that? |
Possibly related: inducer/pymbolic#125 (comment) |
Running
with this patch applied leads to no appreciable memory growth. 🤔 Could you provide a reproducer? |
Similarly, no appreciable memory growth when run using mprof: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running an FMM with,
leads to a memory allocation failure with cuda in the second loop.
The text was updated successfully, but these errors were encountered: