-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enable N300 #9
Comments
@LPanosTT, can you please take a look at this? |
@mrakitaTT, we're getting closer to running more multi-device tests and we'd like to leverage Jax to do so. Do you know if this is still an issue? |
@nsmithtt no one has worked on this yet and we still have a hardcoded @ajakovljevicTT this might be a good PJRT task for you or Sanja, can you please investigate what fails when you disable the device count hack and how device is selected in PJRT etc? |
I think we got multi device stableHLO IR from a multi-device google collab and have been working directly from the stablehlo. Or @wooseokTT did you hack PJRT to make it work for a one off test? Thanks for looking into it @ajakovljevicTT! |
@nsmithtt @mrakitaTT I have local fix that uses device ids instead of the hardcoded "1". Then, I used matmul python code to generate stableHLO mlir using tt-xla. |
@wooseokTT Would you mind sharing that fix in a branch? Thanks! |
@ajakovljevicTT It's not a big change. I just fixed code to the point where I can run multidevice, and didn't test any other things. auto [system_desc, chip_ids] = tt::runtime::getCurrentSystemDesc(); auto [system_desc, chip_ids] = tt::runtime::getCurrentSystemDesc(); |
Currently tests fail on N300, please fix and enable CI
The text was updated successfully, but these errors were encountered: