Skip to content

Conversation

@Erik-Lundell
Copy link
Collaborator

@Erik-Lundell Erik-Lundell commented Feb 19, 2025

  • Softmax incorrectly set to can_delegate=False in aot_arm_compiler
  • Incorrect % with rank instead of dim length. Fix test for this.
  • Remove .dump_artifact():s

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218

- Softmax incorrectly set to can_delegate=False in aot_arm_compiler
- Incorrect % with rank instead of dim length. Fix test for this.
- Remove .dump_artifact():s

Signed-off-by: Erik Lundell <erik.lundell@arm.com>
Change-Id: Ibf790765d61881cc892106e511b2aa156811c874
@Erik-Lundell Erik-Lundell added partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm ciflow/trunk topic: not user facing labels Feb 19, 2025
@pytorch-bot
Copy link

pytorch-bot bot commented Feb 19, 2025

🔗 Helpful Links

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

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

❌ 1 New Failure, 1 Pending, 1 Unrelated Failure

As of commit 9ab9ee2 with merge base 43efc37 (image):

NEW FAILURE - The following job has 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 Feb 19, 2025

example_input = (torch.ones(2, 2),)
can_delegate = False
can_delegate = True
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:) That was easy!

@zingo
Copy link
Collaborator

zingo commented Feb 19, 2025

fails unrelated

@zingo zingo merged commit e1aabb6 into pytorch:main Feb 19, 2025
107 of 110 checks passed
@Erik-Lundell Erik-Lundell deleted the small_fixes branch July 31, 2025 07:50
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. partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm topic: not user facing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants