-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
-
-
Description
Summary: Tests for roi_align and PDL template with dynamic shapes failing on CPU and sGPU platforms.
Test Class: inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests
Number of Failing Tests: 2
Platform: CPU, sGPU (CUDA)
Test Type: Unit Test
Version Information:
- PyTorch Commit: 6bdd8c9
- Branch: main
- Test Date: 2026-01-14
- Sprint: Sprint 24
Failure Pattern:
Tests failing with 2 related error patterns - likely common root cause
Error Patterns:
1. code}}NotImplementedError: Could not run 'torchvision::roi_align' with arguments from the 'CUDA' backend{{code
2. code}}RuntimeError: Expected to find "'launch_pdl': True" but did not find it{{code
Failing Tests:
1. test_roi_align_dynamic_shapes_cuda
2. test_pdl_template_and_delay_dynamic_shapes_cuda
Steps to Reproduce:
code
TEST_CONFIG=cpu python3 test/run_test.py -i inductor/test_torchinductor_dynamic_shapes -k "test_roi_align_dynamic_shapes_cuda or test_pdl_template_and_delay_dynamic_shapes_cuda"
code
Expected Result:
Tests should pass
Actual Result:
Tests fail with NotImplementedError for torchvision CUDA backend and RuntimeError for PDL metadata
Priority: P2