[all-commits] [llvm/llvm-project] 1c2238: [mlir][tosa] Fix transpose_conv2d verifier when ou...

Luke Hutton via All-commits all-commits at lists.llvm.org
Wed Jul 16 01:16:06 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c223829b817be3174ec7c6056524058358b90b1
      https://github.com/llvm/llvm-project/commit/1c223829b817be3174ec7c6056524058358b90b1
  Author: Luke Hutton <luke.hutton at arm.com>
  Date:   2025-07-16 (Wed, 16 Jul 2025)

  Changed paths:
    M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
    M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir

  Log Message:
  -----------
  [mlir][tosa] Fix transpose_conv2d verifier when output channels are dynamic (#147062)

This commit fixes a transpose_conv2d verifier check which compares the
output channels size to the bias size. The check didn't make sure output
channels were static before performing the comparison. This lead to
failures such as:
```
'tosa.transpose_conv2d' op bias channels expected to be equal to output channels (-9223372036854775808) or 1, got 5
```
when the output channels size was dynamic.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list