-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fuse more kernels in SSPKnoth #327
Comments
i.e., |
Quantitatively, this build shows that the 4 gpu dry baro wave spends 27% of its time in fieldvector operations, which are mostly done in the timestepper:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I realized that now we default to SSPKnoth in ClimaAtmos, one reason why fieldvector kernels take up so much time in CliMA/ClimaCore.jl#2067 (comment), is that we are not sufficiently fusing kernels in SSPKnoth.
The text was updated successfully, but these errors were encountered: