Fixes for transpositions and expands

This commit is contained in:
Angelos Katharopoulos
2025-06-23 05:49:49 -07:00
parent fd1d0821d2
commit 8bd4bf2393
5 changed files with 54 additions and 26 deletions

View File

@@ -1,7 +1,6 @@
cuda_skip = {
"TestArray.test_api",
"TestBF16.test_arg_reduction_ops",
"TestBF16.test_reduction_ops",
"TestBlas.test_complex_gemm",
"TestEinsum.test_ellipses",
"TestEinsum.test_opt_einsum_test_cases",
@@ -15,8 +14,6 @@ cuda_skip = {
"TestOps.test_dynamic_slicing",
"TestReduce.test_axis_permutation_sums",
"TestReduce.test_dtypes",
"TestReduce.test_expand_sums",
"TestReduce.test_many_reduction_axes",
"TestUpsample.test_torch_upsample",
# Block masked matmul NYI
"TestBlas.test_block_masked_matmul",