executorch
executorch copied to clipboard
Use macro to implement binary Tensor elementwise comparison ops
Summary: These ops' code is all duplicated; add a macro so we can change it all at once instead of in 6 places.
Differential Revision: D56744651
:link: Helpful Links
:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3421
- :page_facing_up: Preview Python docs built from this PR
Note: Links to docs will display an error until the docs builds have been completed.
:white_check_mark: No Failures
As of commit cdc383157aa351a5b8a1b263c74f3aa402b2c085 with merge base b9488fe9d41fe5190641f323f3f6a5295e86256c ():
:green_heart: Looks good so far! There are no failures yet. :green_heart:
This comment was automatically generated by Dr. CI and updates every 15 minutes.
This pull request was exported from Phabricator. Differential Revision: D56744651
This pull request was exported from Phabricator. Differential Revision: D56744651
abandoning this one for now due to code size regression, probably because nested ET_SWITCH macros generate a gnarly nested switch