Enable tests

This commit is contained in:
Cheng
2025-07-09 11:15:10 +00:00
parent b89d8ef1c0
commit f797b1b3e5
2 changed files with 6 additions and 8 deletions

View File

@@ -13,11 +13,6 @@ cuda_skip = {
"TestBlas.test_gather_mm_sorted",
# Segmented matmul NYI
"TestBlas.test_segmented_mm",
# Scan NYI
"TestArray.test_api",
"TestAutograd.test_cumprod_grad",
"TestOps.test_scans",
"TestOps.test_logcumsumexp",
# Hadamard NYI
"TestOps.test_hadamard",
"TestOps.test_hadamard_grad_vmap",