Skip to content

Conversation

@RahulC7
Copy link
Contributor

@RahulC7 RahulC7 commented Dec 19, 2025

Summary:

Context

In D87935980, new infra was introduced so that we can test all backends at once with a single test. We want to migrate existing tests to this new framework.

This Diff

Here, we migrate quantized_linear_out to use this new infra. When we ran

buck test  fbsource//xplat/on_device_ai/Assistant/Jarvis/min_runtime/operators/test:test_quantized_linear_out_xtensa_Artemis_HiFi4_UT_v3 

we noticed that op_quantized_linear_tie.cpp doesn't have this fallback. Thus, we needed to add this fallback as well.

Differential Revision: D89418382

Copilot AI review requested due to automatic review settings December 19, 2025 19:13
@pytorch-bot
Copy link

pytorch-bot bot commented Dec 19, 2025

🔗 Helpful Links

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

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

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 Dec 19, 2025
@meta-codesync
Copy link

meta-codesync bot commented Dec 19, 2025

@RahulC7 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D89418382.

@github-actions
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.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR migrates the quantized_linear_out test from HiFi-specific test infrastructure to a new centralized testing framework. The change removes the old HiFi-specific test file that contained tests for quantized linear operations with int16 activations.

Key changes:

  • Removed the HiFi-specific test file test_op_quantized_linear_out.cpp containing QuantizedLinearInt16Test

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

RahulC7 added a commit to RahulC7/executorch that referenced this pull request Dec 20, 2025
)

Summary:

# Context
In D87935980, new infra was introduced so that we can test all backends at once with a single test. We want to migrate existing tests to this new framework. 

# This Diff
Here, we migrate `quantized_linear_out` to use this new infra. When we ran 
```
buck test  fbsource//xplat/on_device_ai/Assistant/Jarvis/min_runtime/operators/test:test_quantized_linear_out_xtensa_Artemis_HiFi4_UT_v3 
```
we noticed that `op_quantized_linear_tie.cpp` doesn't have this fallback. Thus, we needed to add this fallback as well.

Reviewed By: mcremon-meta

Differential Revision: D89418382
)

Summary:

# Context
In D87935980, new infra was introduced so that we can test all backends at once with a single test. We want to migrate existing tests to this new framework. 

# This Diff
Here, we migrate `quantized_linear_out` to use this new infra. When we ran 
```
buck test  fbsource//xplat/on_device_ai/Assistant/Jarvis/min_runtime/operators/test:test_quantized_linear_out_xtensa_Artemis_HiFi4_UT_v3 
```
we noticed that `op_quantized_linear_tie.cpp` doesn't have this fallback. Thus, we needed to add this fallback as well.

Reviewed By: mcremon-meta

Differential Revision: D89418382
Copilot AI review requested due to automatic review settings December 20, 2025 06:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants