[all-commits] [llvm/llvm-project] 948b2b: [mlir][Linalg] Enable lowering/decomposing scalabl...

Ege Beysel via All-commits all-commits at lists.llvm.org
Mon Jun 1 12:09:05 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 948b2b594af8101f5062c66aa8e23334fed4e2c0
      https://github.com/llvm/llvm-project/commit/948b2b594af8101f5062c66aa8e23334fed4e2c0
  Author: Ege Beysel <beysel at roofline.ai>
  Date:   2026-06-01 (Mon, 01 Jun 2026)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    M mlir/test/Dialect/Linalg/transform-lower-pack.mlir

  Log Message:
  -----------
  [mlir][Linalg] Enable lowering/decomposing scalable pack ops (#200216)

Enables lowering/decomposing `linalg.pack` ops with dynamic inner tiles
to a sequence of `tensor.pad` -> `tensor.expand_shape` ->
`linalg.transpose` ops.

---------

Signed-off-by: Ege Beysel <beyselege at gmail.com>



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