Using pmap with one GPU #11813
Unanswered
ThomasWarford
asked this question in
Q&A
Replies: 1 comment
-
@ThomasWarford There is no difference between the usage of pmap on CPU and GPU. So in your question, it run the same program with different data on each GPU core. |
Beta Was this translation helpful? Give feedback.
0 replies
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 all,
We have been using pmap to run the same function with different data on multiple CPU cores. However, when jax is run with GPU backend it runs the same programs with different data on each GPU.
We are wondering if there is a way to run the same program with different data on each GPU core. Is there a way to do this?
Any help is appreciated :)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions