Asynchronous Dispatch in JAX #9895
Unanswered
GoktugGuvercin
asked this question in
Q&A
Replies: 1 comment 7 replies
-
I think the asynchronous dispatch may only be important on GPU / TPU; for example, this is the output I get for your code on a standard Colab GPU runtime:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello JAX Community;
While testing asynchronous dispatch in JAX, I noticed that total duration for dot product of two matrices with and without "block_until_ready()" is almost same. It is like asynchronous dispatch does not work. I cannot see remarkable difference between two measured time slots. I executed the following code on Kaggle platform, and I started to ask myself whether asynchronous dispatch is usable for only GPUs, because I have only CPU.
Time Results:
Beta Was this translation helpful? Give feedback.
All reactions