Uh oh!
There was an error while loading. Please reload this page.
Add mixed dtype check for XNNPACK partitioner - #9612
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9612
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit bc7dba2 with merge base 879b94f ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
keyprocedure
commented
Mar 25, 2025
@pytorchbot label "topic: not user facing" |
mcr229
commented
Mar 26, 2025
do you mind running python -m unittest backends/xnnpack/test/ops/*.py just to make sure there aren't any unintended consequences |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mcr229
commented
Mar 26, 2025
hmm seems like: is passing which means all those tests are passing. Let's just try and fix the linter issues. |
Uh oh!
There was an error while loading. Please reload this page.
mcr229
commented
Mar 27, 2025
will stamp and merge after all ci is run |
mcr229
commented
Mar 27, 2025
Thank you for your contribution! |
### Summary Fixes#9023 Prevents the partitioner from handling ops with mixed dtypes. ### Test plan Unable to directly test due to auto-casting of dtypes and existing dtype checks in verifier.py.
Summary
Fixes#9023
Prevents the partitioner from handling ops with mixed dtypes.
Test plan
Unable to directly test due to auto-casting of dtypes and existing dtype checks in verifier.py.