[Mlir-commits] [mlir] [mlir][tosa] Add input_unsigned attribute to CAST (PR #215838)
Luke Hutton
llvmlistbot at llvm.org
Thu Aug 13 03:58:02 PDT 2026
================
@@ -158,6 +158,22 @@ func.func @test_cast_bool_fp32(%arg0: tensor<13x21x3xi1>) -> tensor<13x21x3xf32>
// -----
+func.func @test_cast_input_unsigned_false_wrong_version(%arg0: tensor<13x21x3xi32>) -> tensor<13x21x3xf32> {
----------------
lhutton1 wrote:
We shouldn't fail here since `input_unsigned = false` is the default value
https://github.com/llvm/llvm-project/pull/215838
More information about the Mlir-commits
mailing list