Skip to content

Conversation

AdrianLundell
Copy link
Collaborator

  • Make TARGETS a list to preserve order.
  • Replace edge_ops with a dict mapping test op names to edge op names, e.g. op_name_map["split_tensor"] = "split_copy.Tensor"

Both changes are slightly less efficient compared to using sets, but more convenient to use when handling the results.

- Make TARGETS a list to preserve order.
- Replace edge_ops with a dict mapping test op names
  to edge op names, e.g.
  op_name_map["split_tensor"] = "split_copy.Tensor"

Both changes are slightly less efficient compared to using
sets, but more convenient to use when handling the results.

Signed-off-by: Adrian Lundell <adrian.lundell@arm.com>
Change-Id: I81c4851f258297d77e6740001cb4a8410a7a77e9
@AdrianLundell AdrianLundell added ciflow/trunk topic: not user facing module: arm Issues related to arm backend release notes: none Do not include this in the release notes labels May 15, 2025
Copy link

pytorch-bot bot commented May 15, 2025

🔗 Helpful Links

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

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

❌ 2 New Failures, 1 Unrelated Failure

As of commit 5601525 with merge base b058afb (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 May 15, 2025
@AdrianLundell
Copy link
Collaborator Author

Failures unrelated, this patch only touches a python script run in our pre-push hook.

@zingo zingo merged commit 0121dae into pytorch:main May 15, 2025
253 of 258 checks passed
@AdrianLundell AdrianLundell deleted the change-1040260 branch September 4, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: arm Issues related to arm backend release notes: none Do not include this in the release notes topic: not user facing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants