-
Notifications
You must be signed in to change notification settings - Fork 9
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
clfft issues #54
Labels
Comments
thanks, let's keep this open for the record and concentrate on the GPUs
on the clfft side for now. Feel free to report this to the clfft folks.
|
the problem is, that the amount of leaked memory grows with input size and number of inputs. This explains why I could not handle the OOM kills after a while. |
AFAIK, this was fixed with #55 ? |
Ok, then let's wait until they are fixed. Thanks for the update.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CL_OUT_OF_RESOURCES
when executing the backward plan (also reproduced it with a pure clfft code) (8192 or 2048 are working)The text was updated successfully, but these errors were encountered: