-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
Summary:
Test class TestSelectAlgorithmCPU is failing during PyTorch unit test execution on main branch.
Test Class: test/inductor/test_cpu_select_algorithm.py::TestSelectAlgorithmCPU
Number of Failing Tests: 44
Platforms: CPU, sGPU
Test Type: Unit Test
Version Information:
- PyTorch Commit: e9dfc90
- Branch: main
- Test Date: 2026-02-13
- Sprint: Sprint 26
Failure Pattern:
Same tests failing on multiple platforms - requires investigation
Failing Tests:
1. test_int4_woq_mm_amx_batch_size_1_in_features_1024_out_features_1024_group_size_128_cpu_bfloat16
2. test_int4_woq_mm_amx_batch_size_1_in_features_1024_out_features_1024_group_size_64_cpu_bfloat16
3. test_int4_woq_mm_amx_batch_size_4_in_features_1024_out_features_1024_group_size_128_cpu_bfloat16
4. test_int4_woq_mm_amx_batch_size_6_in_features_1024_out_features_1024_group_size_128_cpu_bfloat16
5. test_int4_woq_mm_amx_batch_size_6_in_features_1024_out_features_128_group_size_64_cpu_bfloat16
6. test_bmm_amp_bs_1_Mdim_192_Kdim_196_Ndim_84_cpu_float32
7. test_int4_woq_mm_amx_batch_size_1_in_features_1024_out_features_1024_group_size_32_cpu_bfloat16
8. test_int4_woq_mm_amx_batch_size_1_in_features_128_out_features_1024_group_size_32_cpu_bfloat16
9. test_int4_woq_mm_amx_batch_size_4_in_features_128_out_features_128_group_size_32_cpu_bfloat16
10. test_int4_woq_mm_amx_batch_size_6_in_features_128_out_features_128_group_size_32_cpu_bfloat16
... and 34 more tests
Steps to Reproduce:
1. Pull PyTorch at commit e9dfc90
2. Run the test:
python test/run_test.py -i inductor/test_cpu_select_algorithm.py
3. Observe test failures in TestSelectAlgorithmCPU
Expected Result:
All tests in TestSelectAlgorithmCPU should pass
Actual Result:
44 test(s) failing in TestSelectAlgorithmCPU on CPU, sGPU
Component: PyTorch
Labels: pytorch_qa