Skip to content

Add roi_align_box_processor DSP op #12787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2025
Merged

Conversation

CaptnJackSparrow
Copy link
Contributor

Summary:
Add the necessary infra code to get the roi_align_box_processor DSP op implemented. This op is responsible for converting the roi_align box coordinates from {x1, y1, x2, y2} format to the 80 bytes encoded Turing format (described here: https://docs.google.com/document/d/1IwPvQeRq34rXg-v2qDYO_91PTZPUg1pO4ZaNN1GcjDQ/edit?fbclid=IwY2xjawLCeilleHRuA2FlbQIxMQABHkwVHvvUSalyry20nNFMMU7KbvpExm6i92gPvV_jO1gNI71Zn8WNTp2Rn7kf_aem_nbrzf940O3zNRhet8DJvHg&tab=t.0#heading=h.iiq3n6kursay).
This new op will run on the DSP and will execute as a predecessor of the turing::roi_align op which will now work with the Turing native box coordinates.

Reviewed By: mcremon-meta, zonglinpeng, bingcy

Differential Revision: D78197430

Copy link

pytorch-bot bot commented Jul 23, 2025

🔗 Helpful Links

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

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

❌ 3 New Failures, 1 Unrelated Failure

As of commit 6812650 with merge base 2c0e2a4 (image):

NEW FAILURES - The following jobs have failed:

BROKEN TRUNK - The following job 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.

@facebook-github-bot facebook-github-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 Jul 23, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D78197430

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.

CaptnJackSparrow pushed a commit that referenced this pull request Jul 23, 2025
Summary:

Add the necessary infra code to get the roi_align_box_processor DSP op implemented. This op is responsible for converting the roi_align box coordinates from {x1, y1, x2, y2} format to the 80 bytes encoded Turing format (described here: https://docs.google.com/document/d/1IwPvQeRq34rXg-v2qDYO_91PTZPUg1pO4ZaNN1GcjDQ/edit?fbclid=IwY2xjawLCeilleHRuA2FlbQIxMQABHkwVHvvUSalyry20nNFMMU7KbvpExm6i92gPvV_jO1gNI71Zn8WNTp2Rn7kf_aem_nbrzf940O3zNRhet8DJvHg&tab=t.0#heading=h.iiq3n6kursay).
This new op will run on the DSP and will execute as a predecessor of the turing::roi_align op which will now work with the Turing native box coordinates.

Reviewed By: mcremon-meta, zonglinpeng, bingcy

Differential Revision: D78197430
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D78197430

CaptnJackSparrow pushed a commit that referenced this pull request Jul 23, 2025
Summary:
Pull Request resolved: #12787

Add the necessary infra code to get the roi_align_box_processor DSP op implemented. This op is responsible for converting the roi_align box coordinates from {x1, y1, x2, y2} format to the 80 bytes encoded Turing format (described here: https://docs.google.com/document/d/1IwPvQeRq34rXg-v2qDYO_91PTZPUg1pO4ZaNN1GcjDQ/edit?fbclid=IwY2xjawLCeilleHRuA2FlbQIxMQABHkwVHvvUSalyry20nNFMMU7KbvpExm6i92gPvV_jO1gNI71Zn8WNTp2Rn7kf_aem_nbrzf940O3zNRhet8DJvHg&tab=t.0#heading=h.iiq3n6kursay).
This new op will run on the DSP and will execute as a predecessor of the turing::roi_align op which will now work with the Turing native box coordinates.

Reviewed By: mcremon-meta, zonglinpeng, bingcy

Differential Revision: D78197430
CaptnJackSparrow pushed a commit that referenced this pull request Jul 24, 2025
Summary:

Add the necessary infra code to get the roi_align_box_processor DSP op implemented. This op is responsible for converting the roi_align box coordinates from {x1, y1, x2, y2} format to the 80 bytes encoded Turing format (described here: https://docs.google.com/document/d/1IwPvQeRq34rXg-v2qDYO_91PTZPUg1pO4ZaNN1GcjDQ/edit?fbclid=IwY2xjawLCeilleHRuA2FlbQIxMQABHkwVHvvUSalyry20nNFMMU7KbvpExm6i92gPvV_jO1gNI71Zn8WNTp2Rn7kf_aem_nbrzf940O3zNRhet8DJvHg&tab=t.0#heading=h.iiq3n6kursay).
This new op will run on the DSP and will execute as a predecessor of the turing::roi_align op which will now work with the Turing native box coordinates.

Reviewed By: mcremon-meta, zonglinpeng, bingcy

Differential Revision: D78197430
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D78197430

CaptnJackSparrow pushed a commit that referenced this pull request Jul 24, 2025
Summary:
Pull Request resolved: #12787

Add the necessary infra code to get the roi_align_box_processor DSP op implemented. This op is responsible for converting the roi_align box coordinates from {x1, y1, x2, y2} format to the 80 bytes encoded Turing format (described here: https://docs.google.com/document/d/1IwPvQeRq34rXg-v2qDYO_91PTZPUg1pO4ZaNN1GcjDQ/edit?fbclid=IwY2xjawLCeilleHRuA2FlbQIxMQABHkwVHvvUSalyry20nNFMMU7KbvpExm6i92gPvV_jO1gNI71Zn8WNTp2Rn7kf_aem_nbrzf940O3zNRhet8DJvHg&tab=t.0#heading=h.iiq3n6kursay).
This new op will run on the DSP and will execute as a predecessor of the turing::roi_align op which will now work with the Turing native box coordinates.

Reviewed By: mcremon-meta, zonglinpeng, bingcy

Differential Revision: D78197430
facebook-github-bot pushed a commit that referenced this pull request Jul 24, 2025
Summary:

Add the necessary infra code to get the roi_align_box_processor DSP op implemented. This op is responsible for converting the roi_align box coordinates from {x1, y1, x2, y2} format to the 80 bytes encoded Turing format (described here: https://docs.google.com/document/d/1IwPvQeRq34rXg-v2qDYO_91PTZPUg1pO4ZaNN1GcjDQ/edit?fbclid=IwY2xjawLCeilleHRuA2FlbQIxMQABHkwVHvvUSalyry20nNFMMU7KbvpExm6i92gPvV_jO1gNI71Zn8WNTp2Rn7kf_aem_nbrzf940O3zNRhet8DJvHg&tab=t.0#heading=h.iiq3n6kursay).
This new op will run on the DSP and will execute as a predecessor of the turing::roi_align op which will now work with the Turing native box coordinates.

Reviewed By: mcremon-meta, zonglinpeng, bingcy

Differential Revision: D78197430
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D78197430

Summary:

Add the necessary infra code to get the roi_align_box_processor DSP op implemented. This op is responsible for converting the roi_align box coordinates from {x1, y1, x2, y2} format to the 80 bytes encoded Turing format (described here: https://docs.google.com/document/d/1IwPvQeRq34rXg-v2qDYO_91PTZPUg1pO4ZaNN1GcjDQ/edit?fbclid=IwY2xjawLCeilleHRuA2FlbQIxMQABHkwVHvvUSalyry20nNFMMU7KbvpExm6i92gPvV_jO1gNI71Zn8WNTp2Rn7kf_aem_nbrzf940O3zNRhet8DJvHg&tab=t.0#heading=h.iiq3n6kursay).
This new op will run on the DSP and will execute as a predecessor of the turing::roi_align op which will now work with the Turing native box coordinates.

Reviewed By: mcremon-meta, zonglinpeng, bingcy

Differential Revision: D78197430
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D78197430

@facebook-github-bot facebook-github-bot merged commit f66b1f0 into main Jul 24, 2025
95 of 101 checks passed
@facebook-github-bot facebook-github-bot deleted the export-D78197430 branch July 24, 2025 23:07
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants