Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PjRtFutures & Async Computations issue #19898

Open
qingliz opened this issue Nov 27, 2024 · 0 comments
Open

PjRtFutures & Async Computations issue #19898

qingliz opened this issue Nov 27, 2024 · 0 comments

Comments

@qingliz
Copy link

qingliz commented Nov 27, 2024

What's the behavior expected when interacting with PjRtFutures and Async computations? For example at https://github.com/openxla/xla/blob/main/xla/python/pjrt_ifrt/pjrt_executable.cc#L604-L612 we made sure the pjrt_futures are successfully returned and set, and was expecting the XLA layer would handle the joint status, for example when pluggable device set the future an error, however it doesn't and looks like the joint status is not used at anywhere down further.

Does XLA expect pluggable device to handle the PjRtFuture itself, especially the async computation error handling, or this is bug/TODO on XLA side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant