[Mlir-commits] [mlir] [mlir][tosa] Add verifier for `tosa.transpose` (PR #75376)

Felix Schneider llvmlistbot at llvm.org
Thu Dec 14 11:38:55 PST 2023


================
@@ -1309,15 +1309,3 @@ func.func @test_large_constant_permutation() {
   %72 = tosa.transpose %14, %cst_26 : (tensor<?x27xi64>, tensor<2xi32>) -> tensor<?x27xi64>
   return
 }
-
-// -----
-
-// CHECK-LABEL: test_rank0_transpose_perms
----------------
ubfx wrote:

Yes, I think the verifier should now cover all cases where a rank-0 tensor could be supplied as permutation tensor.

https://github.com/llvm/llvm-project/pull/75376


More information about the Mlir-commits mailing list