pmap slower than jit(vmap) #8882
Unanswered
krzysztofrusek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have two fairly complex and independent computations that I want to run on two GPUs with
pmap
Surprisingly the
pmap
-ed version is much slower.I know that doubling the performance is almost impossible but I expected a better performance.
Below is the complete example that mimics my workload (it requires
haiku
andchex
).The model is different but the logic is more or less the same.
Any suggestions on what I can do to speed up the whole computation?
And example results:
Beta Was this translation helpful? Give feedback.
All reactions