From 86dc1a26836eb067e4f4311df219ec29ffbb801b Mon Sep 17 00:00:00 2001 From: Angelos Katharopoulos Date: Sat, 5 Jul 2025 12:43:36 -0700 Subject: [PATCH] Add cuda skip layer --- 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 faca4a66f..17eb80eee 100644 --- a/python/tests/cuda_skip.py +++ b/python/tests/cuda_skip.py @@ -79,6 +79,7 @@ cuda_skip = { "TestQuantized.test_gather_matmul_grad", "TestQuantized.test_gather_qmm", "TestQuantized.test_gather_qmm_sorted", + "TestQuantized.test_gather_qmm_grad", "TestQuantized.test_non_multiples", "TestQuantized.test_qmm", "TestQuantized.test_qmm_jvp",