[Mlir-commits] [mlir] [mlir][tosa] Make TOSA MUL's Shift an Input (PR #121953)
Jack Frankland
llvmlistbot at llvm.org
Tue Jan 28 05:55:13 PST 2025
================
@@ -717,10 +717,21 @@ func.func @test_transpose_conv2d_invalid_outshape(%arg0: tensor<1x32x32x8xf32>,
// -----
----------------
FranklandJack wrote:
Okay I see your point now. I've made this an optional argument and then added another test for i32 to check it parses the shift operand. Thanks!
https://github.com/llvm/llvm-project/pull/121953
More information about the Mlir-commits
mailing list