CPU vs GPU comparison #1780
synjon-symthe
started this conversation in
General
Replies: 2 comments 6 replies
-
Some benchmarks are here https://pybamm-team.github.io/pybamm-bench/, we should definitely add more PyBaMM's solvers are definitely not optimized for GPUs. Once #1129 is completed that will become more doable |
Beta Was this translation helpful? Give feedback.
4 replies
-
Valentin:
I am not sure what you mean by "creating a platform for people to report results". If people are running the two python codes in the benchmarks link, we can allow them to upload their timings with some information on the cpu or gpu core they are using. Won't that be enough?
On Thursday, November 4, 2021, 11:07:04 AM CDT, Valentin Sulzer ***@***.***> wrote:
The code for existing benchmarks is here: https://github.com/pybamm-team/PyBaMM/tree/develop/benchmarks
We can easily add some more.
If you can take the lead on creating a platform for people to report results that would be amazing. I don't think anyone from the pybamm team has time to do this
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello PyBaMMers:
Does anyone know of a reference where the performance of PyBaMM run on a CPU has been compared with the same problem being run on a GPU?
I tried to modify Tutorial 8 (Tutorial 8 - Solver options.ipynb) so it has 320 gridpoints and ran it on a single cpu (AMD EPYC 7542) and then on a A100, the timing was about the same.
Does PyBaMM have any performance benchmarks like those shown in
https://openmm.org/benchmarks
Thanks
Synjon
Beta Was this translation helpful? Give feedback.
All reactions