Arm backend: Add support for floor_divide.default#14933
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( |
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 <agrima.khare@arm.com> Change-Id: If8ff03bedda35b60959c436111922033a35af7c1
a2cdc8b to
fe66114
Compare
|
Fails are unrelated |
Converts floor_divide.default to div.Tensor_mode with rounding_mode = "floor" Signed-off-by: Agrima Khare <agrima.khare@arm.com>
Converts floor_divide.default to div.Tensor_mode with rounding_mode = "floor"
cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai