Disable the test for CUDA

This commit is contained in:
Angelos Katharopoulos
2025-07-04 19:17:45 -07:00
parent 2d0f452aae
commit b28577289e

View File

@@ -8,6 +8,9 @@ cuda_skip = {
# Gather matmul NYI
"TestBlas.test_gather_matmul",
"TestBlas.test_gather_matmul_grad",
"TestBlas.test_gather_mm_sorted",
# Segmented matmul NYI
"TestBlas.test_segmented_mm",
# Scan NYI
"TestArray.test_api",
"TestAutograd.test_cumprod_grad",