NXP backend: Enable aten.softmax.default delegation to Neutron.#17368
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17368
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New FailuresAs of commit 677b3bc with merge base c7c7c0a ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
The internal build is available here: https://bamboo3.sw.nxp.com/browse/MLTECE-EXIGH78-2 |
|
@novak-vaclav can you please take a look at this PR? |
ed9f316 to
c5cfe3f
Compare
|
Looks good to me 👍 |
robert-kalmar
left a comment
There was a problem hiding this comment.
I just wonder how come the nxp-unit-test failed as the rename of the requirements-test-eiq.txt to requirements-eiq.txt, and the corresponding update of the pull.yaml workflow happened outside of this commit.
+ pip install -r backends/nxp/requirements-eiq.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'backends/nxp/requirements-eiq.txt'
c5cfe3f to
677b3bc
Compare
I am also confused, especially since the internal CI is passing. I have rebased onto main to see if that helps. |
I also had a similar issue and rebasing onto |
|
The failing checks seem unrelated and the internal build is passing. Merging. |
Summary
This PR enables the delegation of
aten._softmax.defaultto Neutron.Test plan
Unit-tests provided.
cc @robert-kalmar @JakeStevens @digantdesai