Description of problem:
Inductor/test_gpu_cpp_wrapper and inductor/test_compile_subprocess modules are failing due to NotImplemented Error
Failing tests:
1. Inductor/test_gpu_cpp_wrapper:
'test/inductor/test_gpu_cpp_wrapper.py::TestGpuWrapper::test_roi_align_cuda_gpu_wrapper', 'test/inductor/test_gpu_cpp_wrapper.py::DynamicShapesGpuWrapperGpuTests::test_roi_align_cuda_dynamic_shapes_gpu_wrapper'
2. inductor/test_compile_subprocess:
test/inductor/test_compile_subprocess.py::GPUTests::test_roi_align_cuda
Version numbers (base image, wheels, builder, etc):
Commit: d76697633a2d2b9cced1ae21161849b33bfe7e47 Python 3.12 RHEL 9.6 Quay Image:quay.io/aipcc/pytorch:rhel9_6_pytorch_main_gitd766976_cuda12_8
Steps to Reproduce:
1.Log in to H200.Login to quay.io: 2.podman login quay.io 3.docker pull quay.io/aipcc/pytorch:rhel9_6_pytorch_main_gitd766976_cuda12_8 4.Run the image:podman run -it <IMAGE_NAME> 5.Run the PyTorch sGPU UT:TEST_CONFIG=sgpu python3 test/run_test.py --verbose -i inductor.test_gpu_cpp_wrapper
Actual results:
UT is failing
Expected results:
The UT should pass.
- relates to
-
AIPCC-8023 [QA][PyTorch UT][CPU][SGPU] inductor/test_gpu_cpp_wrapper tests are failing because of NotImplementedError
-
- Closed
-