[Mlir-commits] [mlir] [mlir][tosa] Fix assertion failure in tosa-layerwise-constant-fold (PR #85670)
Tina Jung
llvmlistbot at llvm.org
Tue Mar 19 01:10:54 PDT 2024
================
@@ -114,6 +114,25 @@ func.func @transpose_nofold_quantized_types() -> tensor<1x1x2x2x!quant.uniform<i
// -----
+// CHECK-LABEL: @transpose_dense_resource
+func.func @transpose_dense_resource() -> tensor<2x2xf32> {
----------------
TinaAMD wrote:
```suggestion
func.func @transpose_nofold_dense_resource() -> tensor<2x2xf32> {
```
Can you rename this to make it consistent with the other tests?
https://github.com/llvm/llvm-project/pull/85670
More information about the Mlir-commits
mailing list