-
Notifications
You must be signed in to change notification settings - Fork 237
Profiling Oceananigans #162
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
Labels
GPU 👾
Where Oceananigans gets its powers from
performance 🏍️
So we can get the wrong answer even faster
Milestone
Comments
You only have to build Julia+LLVM from scratch. |
We know how to do this now!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
GPU 👾
Where Oceananigans gets its powers from
performance 🏍️
So we can get the wrong answer even faster
Might be good to start learning how to properly profile Oceananigans. It is slowing down a little bit as we add more things and develop stuff (see #147 (comment)).
We can easily profile it on a CPU to see where the code spends the most time and maybe find some easy things to optimize before profiling it on a GPU where things might be less obvious.
Some useful links:
The text was updated successfully, but these errors were encountered: