Understanding data commitment #16665
Unanswered
ayaka14732
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Yeah it should be possible since JAX's dispatch is asynchronous. To be accurate, can you provide an example? |
Beta Was this translation helpful? Give feedback.
3 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.
-
In the JAX documentation (Controlling data and computation placement on devices), the word "committed" is mentioned. It is used to describe whether a JAX array has been "committed" to a device.
For a worked-out example, I have read through
test_computation_follows_data
inmulti_device_test.py
.My questions:
Beta Was this translation helpful? Give feedback.
All reactions