Skip to content

Conversation

zonglinpeng
Copy link
Contributor

Summary:

Release notes: backends

  1. Created backends/cadence/vision module scaffold to which we plan to add optimized kernels for Vision 130.
  2. Added an optimized softmax kernel without iDMA to vision/third_party.

Test Plan:
Add -DEXECUTORCH_VISION_OPT=ON to enable vision optimized kernels while building the cadence cmake. Rest of the steps remain the same.

Rollback Plan:

Differential Revision: D82685201

Pulled By: zonglinpeng

Copy link

pytorch-bot bot commented Sep 18, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14398

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures

As of commit 214ab59 with merge base 18498bf (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 18, 2025
@facebook-github-bot
Copy link
Contributor

@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82685201.

Copy link

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@facebook-github-bot
Copy link
Contributor

@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82685201.

zonglinpeng pushed a commit to zonglinpeng/executorch that referenced this pull request Sep 18, 2025
…ftmax kernel (no iDMA), fix new op dependencies, update namespaces, fix compatibility build errors (pytorch#14398)

Summary:
Pull Request resolved: pytorch#14398

#### Release notes: backends
1. Created backends/cadence/vision module scaffold to which we plan to add optimized kernels for Vision 130.
2. Added an optimized softmax kernel without iDMA to vision/third_party.

Pull Request resolved: pytorch#12480

Test Plan:
Add -DEXECUTORCH_VISION_OPT=ON to enable vision optimized kernels while building the cadence cmake. Rest of the steps remain the same.

Rollback Plan:

Differential Revision: D82685201

Pulled By: zonglinpeng
@facebook-github-bot
Copy link
Contributor

@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82685201.

zonglinpeng pushed a commit to zonglinpeng/executorch that referenced this pull request Sep 18, 2025
…ftmax kernel (no iDMA), fix new op dependencies, update namespaces, fix compatibility build errors (pytorch#14398)

Summary:
Pull Request resolved: pytorch#14398

#### Release notes: backends
1. Created backends/cadence/vision module scaffold to which we plan to add optimized kernels for Vision 130.
2. Added an optimized softmax kernel without iDMA to vision/third_party.

Pull Request resolved: pytorch#12480

Test Plan:
Add -DEXECUTORCH_VISION_OPT=ON to enable vision optimized kernels while building the cadence cmake. Rest of the steps remain the same.

Rollback Plan:

Differential Revision: D82685201

Pulled By: zonglinpeng
@facebook-github-bot
Copy link
Contributor

@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82685201.

zonglinpeng pushed a commit to zonglinpeng/executorch that referenced this pull request Sep 18, 2025
…ftmax kernel (no iDMA), fix new op dependencies, update namespaces, fix compatibility build errors (pytorch#14398)

Summary:
Pull Request resolved: pytorch#14398

#### Release notes: backends
1. Created backends/cadence/vision module scaffold to which we plan to add optimized kernels for Vision 130.
2. Added an optimized softmax kernel without iDMA to vision/third_party.

Pull Request resolved: pytorch#12480

Test Plan:
Add -DEXECUTORCH_VISION_OPT=ON to enable vision optimized kernels while building the cadence cmake. Rest of the steps remain the same.

buck test -j 4 'fbcode//mode/opt' fbcode//on_device_ai/Assistant/Jarvis/nightly:test_mv130_nightly -- test_aten__softmax_out
Buck UI: https://www.internalfb.com/buck2/367cba5f-fffe-4b96-a4b0-cc9383b3d595
Test UI: https://www.internalfb.com/intern/testinfra/testrun/9007199367513270

Differential Revision: D82685201

Pulled By: zonglinpeng
@facebook-github-bot
Copy link
Contributor

@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82685201.

zonglinpeng pushed a commit to zonglinpeng/executorch that referenced this pull request Sep 18, 2025
…ftmax kernel (no iDMA), fix new op dependencies, update namespaces, fix compatibility build errors (pytorch#14398)

Summary:
Pull Request resolved: pytorch#14398

#### Release notes: backends
1. Created backends/cadence/vision module scaffold to which we plan to add optimized kernels for Vision 130.
2. Added an optimized softmax kernel without iDMA to vision/third_party.

Pull Request resolved: pytorch#12480

Test Plan:
Add -DEXECUTORCH_VISION_OPT=ON to enable vision optimized kernels while building the cadence cmake. Rest of the steps remain the same.

buck test -j 4 'fbcode//mode/opt' fbcode//on_device_ai/Assistant/Jarvis/nightly:test_mv130_nightly -- test_aten__softmax_out
Buck UI: https://www.internalfb.com/buck2/367cba5f-fffe-4b96-a4b0-cc9383b3d595
Test UI: https://www.internalfb.com/intern/testinfra/testrun/9007199367513270

Differential Revision: D82685201

Pulled By: zonglinpeng
@facebook-github-bot
Copy link
Contributor

@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82685201.

zonglinpeng pushed a commit to zonglinpeng/executorch that referenced this pull request Sep 19, 2025
…ftmax kernel (no iDMA), fix new op dependencies, update namespaces, fix compatibility build errors (pytorch#14398)

Summary:
Pull Request resolved: pytorch#14398

#### Release notes: backends
1. Created backends/cadence/vision module scaffold to which we plan to add optimized kernels for Vision 130.
2. Added an optimized softmax kernel without iDMA to vision/third_party.

Pull Request resolved: pytorch#12480

Test Plan:
Add -DEXECUTORCH_VISION_OPT=ON to enable vision optimized kernels while building the cadence cmake. Rest of the steps remain the same.

buck test -j 4 'fbcode//mode/opt' fbcode//on_device_ai/Assistant/Jarvis/nightly:test_mv130_nightly -- test_aten__softmax_out
Buck UI: https://www.internalfb.com/buck2/367cba5f-fffe-4b96-a4b0-cc9383b3d595
Test UI: https://www.internalfb.com/intern/testinfra/testrun/9007199367513270

Reviewed By: hsharma35

Differential Revision: D82685201

Pulled By: zonglinpeng
@facebook-github-bot
Copy link
Contributor

@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82685201.

zonglinpeng pushed a commit to zonglinpeng/executorch that referenced this pull request Sep 20, 2025
…ftmax kernel (no iDMA), fix new op dependencies, update namespaces, fix compatibility build errors (pytorch#14398)

Summary:
Pull Request resolved: pytorch#14398

#### Release notes: backends
1. Created backends/cadence/vision module scaffold to which we plan to add optimized kernels for Vision 130.
2. Added an optimized softmax kernel without iDMA to vision/third_party.

Pull Request resolved: pytorch#12480

Test Plan:
Add -DEXECUTORCH_VISION_OPT=ON to enable vision optimized kernels while building the cadence cmake. Rest of the steps remain the same.

buck test -j 4 'fbcode//mode/opt' fbcode//on_device_ai/Assistant/Jarvis/nightly:test_mv130_nightly -- test_aten__softmax_out
Buck UI: https://www.internalfb.com/buck2/367cba5f-fffe-4b96-a4b0-cc9383b3d595
Test UI: https://www.internalfb.com/intern/testinfra/testrun/9007199367513270

Reviewed By: hsharma35

Differential Revision: D82685201

Pulled By: zonglinpeng
…ftmax kernel (no iDMA), fix new op dependencies, update namespaces, fix compatibility build errors (pytorch#14398)

Summary:
Pull Request resolved: pytorch#14398

#### Release notes: backends
1. Created backends/cadence/vision module scaffold to which we plan to add optimized kernels for Vision 130.
2. Added an optimized softmax kernel without iDMA to vision/third_party.

Pull Request resolved: pytorch#12480

Test Plan:
Add -DEXECUTORCH_VISION_OPT=ON to enable vision optimized kernels while building the cadence cmake. Rest of the steps remain the same.

buck test -j 4 'fbcode//mode/opt' fbcode//on_device_ai/Assistant/Jarvis/nightly:test_mv130_nightly -- test_aten__softmax_out
Buck UI: https://www.internalfb.com/buck2/367cba5f-fffe-4b96-a4b0-cc9383b3d595
Test UI: https://www.internalfb.com/intern/testinfra/testrun/9007199367513270

Reviewed By: hsharma35

Differential Revision: D82685201

Pulled By: zonglinpeng
@facebook-github-bot
Copy link
Contributor

@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82685201.

@facebook-github-bot facebook-github-bot merged commit 43b50ff into pytorch:main Sep 20, 2025
123 of 128 checks passed
StrycekSimon pushed a commit to nxp-upstream/executorch that referenced this pull request Sep 23, 2025
…ftmax kernel (no iDMA), fix new op dependencies,, update namespace (pytorch#12480)

Differential Revision: D82685201

Pull Request resolved: pytorch#14398
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants