-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
Summary:
Test class TestCppExtensionJIT is failing during PyTorch unit test execution on main branch.
Test Class: test/test_cpp_extensions_jit.py::TestCppExtensionJIT
Number of Failing Tests: 1
Platform: CPU
Test Type: Unit Test
Version Information:
- PyTorch Commit: e9dfc90
- Branch: main
- Test Date: 2026-02-13
- Sprint: Sprint 26
Failure Pattern:
Tests failing - requires investigation
Failing Tests:
1. test_jit_cudnn_extension
Steps to Reproduce:
1. Pull PyTorch at commit e9dfc90
2. Run the test:
python test/run_test.py -i test_cpp_extensions_jit.py
3. Observe test failures in TestCppExtensionJIT
Expected Result:
All tests in TestCppExtensionJIT should pass
Actual Result:
1 test(s) failing in TestCppExtensionJIT
Component: PyTorch
Labels: pytorch_qa