[all-commits] [llvm/llvm-project] 7d650b: [mlir][tosa] Fix several bugs in `DepthwiseConv2DI...

Longsheng Mou via All-commits all-commits at lists.llvm.org
Mon Mar 3 13:45:23 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d650bf3318b51cee7f89c4792e0f9b36bcdcc46
      https://github.com/llvm/llvm-project/commit/7d650bf3318b51cee7f89c4792e0f9b36bcdcc46
  Author: Longsheng Mou <longshengmou at gmail.com>
  Date:   2025-03-03 (Mon, 03 Mar 2025)

  Changed paths:
    M mlir/lib/Dialect/Tosa/Transforms/TosaDecomposeDepthwise.cpp
    M mlir/test/Dialect/Tosa/tosa-decompose-depthwise.mlir

  Log Message:
  -----------
  [mlir][tosa] Fix several bugs in `DepthwiseConv2DIsMul` (#129210)

This PR fixes several bugs in `DepthwiseConv2DIsMul`:
- The DepthwiseConv2DOp should restrict the types to integer or float to
prevent a crash.
- `notifyMatchFailure` should be called before creating the new
operations.



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