Cadence: Register missing portable ops (neg, exp, native_layer_norm)#18745
Cadence: Register missing portable ops (neg, exp, native_layer_norm)#18745meta-codesync[bot] merged 1 commit intomainfrom
Conversation
These three operators had portable kernel implementations but were not registered or compiled in the cadence backend, causing runtime failures in operator tests. Also removes the invalid run_and_compare=False workaround from test_add_op.py.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18745
Note: Links to docs will display an error until the docs builds have been completed. ⏳ 1 Pending, 2 Unrelated FailuresAs of commit 984bdf3 with merge base bd99b2a ( 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. |
This PR needs a
|
Differential Revision: D99870895 Pull Request resolved: pytorch#18745
Summary
Test plan
cc @mcremon-meta