Skip to content

Remove version compatibility table#4154

Merged
andrewor14 merged 1 commit into
mainfrom
remove-compatibility-table
Mar 24, 2026
Merged

Remove version compatibility table#4154
andrewor14 merged 1 commit into
mainfrom
remove-compatibility-table

Conversation

@andrewor14

@andrewor14 andrewor14 commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

Summary: As of #3516, torchao is now ABI stable, so we no longer need this version compatibility table. We do require torch 2.11+ because the mxfp8 kernels rely on stable ABI features added in torch 2.11.

Note: there are some leftover kernels under torchao/csrc/cpu and rocm that are not ABI stable yet. These would require additional ABI stable support from PyTorch and so are left for the future.

Test Plan: Manual testing

**Summary:** As of #3516,
torchao is now ABI stable, so we no longer need this version
compatibility table. We do require torch 2.11+ because the
mxfp8 kernels rely on stable ABI features added in torch 2.11.

Note: there are some leftover kernels under torchao/csrc/cpu
and rocm that are not ABI stable yet. These would require
additional ABI stable support and so are left for the future.

**Test Plan:** Manual testing
@pytorch-bot

pytorch-bot Bot commented Mar 23, 2026

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/4154

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

✅ You can merge normally! (1 Unrelated Failure)

As of commit 3a1c12f with merge base aa9be68 (image):

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.

@andrewor14 andrewor14 requested a review from liangel-02 March 23, 2026 21:39
@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 Mar 23, 2026
@andrewor14 andrewor14 requested review from jerryzh168 and vkuzo March 23, 2026 21:39
@andrewor14 andrewor14 added the module: core changes affecting multiple modules, e.g. base config/tensor, observers, quant ops label Mar 23, 2026

@jerryzh168 jerryzh168 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, for people who want to use the few kernels in torchao like mxfp8, they have to upgrade torch to >= 2.11.0 now. I assume this is OK since most of torchao features don't require these kernels.

@andrewor14 andrewor14 merged commit f0f9a05 into main Mar 24, 2026
22 of 25 checks passed
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. module: core changes affecting multiple modules, e.g. base config/tensor, observers, quant ops

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants