Skip to content

ROCm mxfp4 Skips#2209

Merged
petrex merged 1 commit into
pytorch:mainfrom
petrex:mxfp_rocm_skip
May 14, 2025
Merged

ROCm mxfp4 Skips#2209
petrex merged 1 commit into
pytorch:mainfrom
petrex:mxfp_rocm_skip

Conversation

@petrex

@petrex petrex commented May 14, 2025

Copy link
Copy Markdown
Collaborator

TLDR: Skip mx-fp4 test for rocm (require gfx950 && ROCm 6.5)


This change introduces the skip_if_rocm decorator to the test_inference_subclass function, ensuring that the test is skipped on ROCm platforms due to the requirement for gfx950. This enhances the robustness of the test suite by preventing unnecessary failures on unsupported hardware.

…ar.py

This change introduces the skip_if_rocm decorator to the test_inference_subclass function, ensuring that the test is skipped on ROCm platforms due to the requirement for gfx950. This enhances the robustness of the test suite by preventing unnecessary failures on unsupported hardware.
@pytorch-bot

pytorch-bot Bot commented May 14, 2025

Copy link
Copy Markdown

🔗 Helpful Links

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

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

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

✅ No Failures

As of commit 4501545 with merge base 720a177 (image):
💚 Looks good so far! There are no failures yet. 💚

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 14, 2025
@petrex petrex added the module: not user facing Use this tag if you don't want this PR to show up in release notes label May 14, 2025
@petrex petrex merged commit 554cb60 into pytorch:main May 14, 2025
19 of 21 checks passed
liangel-02 pushed a commit that referenced this pull request Aug 25, 2025
Add skip_if_rocm decorator to test_inference_subclass in test_mx_linear.py

This change introduces the skip_if_rocm decorator to the test_inference_subclass function, ensuring that the test is skipped on ROCm platforms due to the requirement for gfx950. This enhances the robustness of the test suite by preventing unnecessary failures on unsupported hardware.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/rocm CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. device: rocm module: not user facing Use this tag if you don't want this PR to show up in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants