Skip to content

Arm backend: Add BF16 support to operators pt. 4-5#17003

Merged
Erik-Lundell merged 2 commits into
pytorch:mainfrom
Erik-Lundell:upstream-bf16-4
Jan 30, 2026
Merged

Arm backend: Add BF16 support to operators pt. 4-5#17003
Erik-Lundell merged 2 commits into
pytorch:mainfrom
Erik-Lundell:upstream-bf16-4

Conversation

@Erik-Lundell
Copy link
Copy Markdown
Collaborator

@Erik-Lundell Erik-Lundell commented Jan 29, 2026

ge, gt, alias_copy, index_tensor
mapping to TOSA operators
GATHER, GREATER, GREATER_EQUAL, IDENTITY

log, maxpool_2d, log, matmul, maximum, minimum
mapping to TOSA operators
LOG, MATMUL, MAXIMUM, MINIMUM, MAX_POOL2D

cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai

@Erik-Lundell Erik-Lundell added partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm ciflow/trunk release notes: arm Changes to the ARM backend delegate labels Jan 29, 2026
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented Jan 29, 2026

🔗 Helpful Links

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

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

❌ 6 New Failures, 4 Pending

As of commit a885837 with merge base cfc71fe (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 Jan 29, 2026
ge, gt, alias_copy, index_tensor
mapping to TOSA operators
GATHER, GREATER, GREATER_EQUAL, IDENTITY

Signed-off-by: Erik Lundell <erik.lundell@arm.com>
Change-Id: I79b6846854458d22d473ad4744e8c02a1dbccaa8
log, maxpool_2d, log, matmul, maximum, minimum
mapping to TOSA operators
LOG, MATMUL, MAXIMUM, MINIMUM, MAX_POOL2D

Signed-off-by: Erik Lundell <erik.lundell@arm.com>
Change-Id: I48650425563282761d805898a9ff832d5659dc09
@Erik-Lundell Erik-Lundell merged commit ec4c462 into pytorch:main Jan 30, 2026
300 of 306 checks passed
@Erik-Lundell Erik-Lundell deleted the upstream-bf16-4 branch February 4, 2026 15:45
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 release notes: arm Changes to the ARM backend delegate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants