Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_ao_sparsity fails when build without FBGEMM #87364

Open
Flamefire opened this issue Oct 20, 2022 · 1 comment 路 May be fixed by #122401
Open

test_ao_sparsity fails when build without FBGEMM #87364

Flamefire opened this issue Oct 20, 2022 · 1 comment 路 May be fixed by #122401
Labels
triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@Flamefire
Copy link
Collaborator

馃悰 Describe the bug

All tests from https://github.com/pytorch/pytorch/blob/master/test/ao/sparsity/test_composability.py (imported in test_ao_sparsity) fail when PyTorch is build without FBGEMM, e.g. on POWER.

The test suite/cases should have a skipIfNoFBGEMM decorator

Versions

1.12, 1.13 and current master

@albanD
Copy link
Collaborator

albanD commented Oct 21, 2022

cc @z-a-f what is the right label to add to ao-related issues?

@albanD albanD added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Oct 21, 2022
Flamefire added a commit to Flamefire/pytorch that referenced this issue Oct 25, 2022
Those tests (from test_ao_sparsity) require FBGEMM which may not be available.
So add the skip decorator.

Fixes pytorch#87364
Flamefire added a commit to Flamefire/pytorch that referenced this issue Nov 22, 2022
Those tests (from test_ao_sparsity) require FBGEMM which may not be available.
So add the skip decorator.

Fixes pytorch#87364
Flamefire added a commit to Flamefire/pytorch that referenced this issue May 21, 2024
Those tests (from test_ao_sparsity) require FBGEMM which may not be available.
So add the skip decorator.

Fixes pytorch#87364
Flamefire added a commit to Flamefire/pytorch that referenced this issue May 21, 2024
Those tests (from test_ao_sparsity) require FBGEMM which may not be available.
So add the skip decorator.

Fixes pytorch#87364
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
2 participants