-
Notifications
You must be signed in to change notification settings - Fork 752
Arm backend: Add support for floor_divide.default #14933
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14933
Note: Links to docs will display an error until the docs builds have been completed. ⏳ 2 Pending, 2 Unrelated FailuresAs of commit fe66114 with merge base 9d68039 ( 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. |
|
Hi I see some testfails in backends/arm/test/ops/test_floor_div.py::test_floor_divide* |
| input = args[0] | ||
| other = args[1] | ||
|
|
||
| div_node = super().call_operator( |
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.
+1
I am working on fixes for the failures 👍 |
|
Stil had Arm job fails, since it has not been runned it a while I rebased it. Lets see if it work and Arm tests works now. |
|
Added files should be covered where needed with a *.py already for buck2 |
74f3886 to
6d38e3b
Compare
09b6b43 to
a2cdc8b
Compare
Signed-off-by: Agrima Khare <[email protected]> Change-Id: If8ff03bedda35b60959c436111922033a35af7c1
a2cdc8b to
fe66114
Compare
|
Fails are unrelated |
Converts floor_divide.default to div.Tensor_mode with rounding_mode = "floor"
cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai