From 94b0f83e19992e4019e1e27481c8480ba0bb2c30 Mon Sep 17 00:00:00 2001 From: Cheng Date: Thu, 24 Jul 2025 02:25:45 +0000 Subject: [PATCH] Skip TestConv.test_torch_conv_2D test --- python/tests/cuda_skip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tests/cuda_skip.py b/python/tests/cuda_skip.py index 25468082f..5bb465e1e 100644 --- a/python/tests/cuda_skip.py +++ b/python/tests/cuda_skip.py @@ -19,6 +19,7 @@ cuda_skip = { "TestConv.test_conv_general_flip_grad", "TestConv.test_conv_groups_grad", "TestConv.test_torch_conv_1D_grad", + "TestConv.test_torch_conv_2D", "TestConv.test_torch_conv_2D_grad", "TestConv.test_torch_conv_3D_grad", "TestConv.test_torch_conv_depthwise",