-
Notifications
You must be signed in to change notification settings - Fork 38
feat: High-Level IFRT dispatches #828
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
Conversation
d2fc751 to
97582df
Compare
31f5c5e to
0ecac94
Compare
e84d20e to
073ff00
Compare
c6fa5a6 to
9197461
Compare
|
Locally even distributed works 🎉 |
|
One thing that doesn't work is IFRT-PJRT doesn't have a proper interface to broadcast data to all processes. Currently we just fill in the ones that is addressable. With the Proxy backend we should be able to fix this |
|
not sure why the arm ones are failing more consistently than before |
9197461 to
07985bb
Compare
|
Thanks for pushing this @avik-pal I should have done more for IFRT earlier but I'm incredibly busy |
07985bb to
fd40a0f
Compare
|
I am disabling aarch64 precompilation for now |
aa0cbf1 to
c414082
Compare
c414082 to
7cc62f8
Compare
I have re-enabled the pre-compilation. But it seems like the failure is independent of the IFRT work (https://github.com/EnzymeAD/Reactant.jl/actions/runs/13731962902/job/38410549236#step:8:330). It was just hidden since the tests passed even when precompilation failed. I have updated how the preferences are set to match the previous behavior |
|
we should clearly still fix that, but can move past that for now |
wsmoses
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks reasonable to me, but i presume you need to separate jll change
|
I ended up not needing the jll change since some of the ifrt sharding types don't implement the whole api. But I kept it since it still wraps useful functionality |
Uh oh!
There was an error while loading. Please reload this page.