Arm backend: Add util for symbolic range eval#19108
Arm backend: Add util for symbolic range eval#19108oscarandersson8218 merged 1 commit intopytorch:mainfrom
Conversation
Adds util for computing a value range from a symbolic expression. Signed-off-by: Oscar Andersson <oscar.andersson@arm.com> Change-Id: Ic5b9df40f6e43a0b8ebaac0aaadead577514b69b
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19108
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 2 Cancelled Jobs, 3 Unrelated FailuresAs of commit b947aa0 with merge base eef7921 ( CANCELLED JOBS - The following jobs were cancelled. Please retry:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
zingo
left a comment
There was a problem hiding this comment.
OK to merge just make sure needed buck2 files are updated if changes are needed or add a comment if you think no change is needed.
Should be ok as the new pass is covered by the passes/TARGETS glob, and the new test is covered by the passes/test*.py glob in backends/arm/test/targets.bzl. |
Adds util for computing a value range from a symbolic expression.
cc @digantdesai @freddan80 @per @zingo @mansnils @Sebastian-Larsson @robell