-
Notifications
You must be signed in to change notification settings - Fork 32
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
Diagnostics slow down modules running on GPU by a lot #69
Comments
I bet its the functions |
I did that:
I guess this points towards |
I'm guessing that this is related to issue FourierFlows/FourierFlows.jl#128 |
Oh. I thought the issue was non-contiguous memory, but since An easy solution is just to use
|
Resolved by FourierFlows/FourierFlows.jl#165 |
there must be something the gives GPU a serious bottleneck in
diagnostics.jl
in FourierFlows.jlWhere I run this test script I get:
If, on the other hand, I run on CPU the slowdown I get is just 1-2%.
The text was updated successfully, but these errors were encountered: