[all-commits] [llvm/llvm-project] 558d7a: [mlir][linalg] fix linalg.batch_reduce_matmul auto...

zhicong zhong via All-commits all-commits at lists.llvm.org
Sun Aug 11 23:38:20 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 558d7adaae4871134a87457bd07e21fdbe001c08
      https://github.com/llvm/llvm-project/commit/558d7adaae4871134a87457bd07e21fdbe001c08
  Author: zhicong zhong <zhiczhong at outlook.com>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
    M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
    M mlir/test/Dialect/Linalg/generalize-named-ops.mlir

  Log Message:
  -----------
  [mlir][linalg] fix linalg.batch_reduce_matmul auto cast (#102585)

Fix the auto-cast of `linalg.batch_reduce_matmul` from `cast_to_T(A *
cast_to_T(B)) + C` to `cast_to_T(A) * cast_to_T(B) + C`



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