Add cuda skip layer

This commit is contained in:
Angelos Katharopoulos
2025-07-05 12:43:36 -07:00
parent 9e5bb5295a
commit 86dc1a2683

View File

@@ -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",