-
Notifications
You must be signed in to change notification settings - Fork 778
Arm backend: Add support for bool->fp32 cast for INT+FP profile #16363
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
Arm backend: Add support for bool->fp32 cast for INT+FP profile #16363
Conversation
- Add RewriteBoolToFp32CastViaInt8Pass to rewrite unsupported bool->fp32 to_dim_order_copy into bool->int8->fp32 when both INT and FP TOSA profiles are enabled - Extend to_dim_order_copy operator support to include bool->fp32 for the INT+FP profile Change-Id: I38a51557480e87b4590acff47cbd8c487b3fa7d2 Signed-off-by: Yufeng Shi <[email protected]>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16363
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit f18559b with merge base 0ee2f49 ( NEW FAILURE - The following job has failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Seem to have 3 tests files in a cortex-m job |
|
Hey Zingo, it seems to start failing from this PR: #16233 |
|
Correct matches the hud also https://hud.pytorch.org/hud/pytorch/executorch/main/1?per_page=50&name_filter=(arm-backend%7Ccortex)&useRegexFilter=true Fails are unrlated |
Change-Id: I38a51557480e87b4590acff47cbd8c487b3fa7d2
cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai