[all-commits] [llvm/llvm-project] 1523b7: [mlir][vector] Distribute vector.insert op

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Jan 9 07:50:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1523b72946c330070c5bc55d21a58800c845db50
      https://github.com/llvm/llvm-project/commit/1523b72946c330070c5bc55d21a58800c845db50
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
    M mlir/test/Dialect/Vector/vector-warp-distribute.mlir

  Log Message:
  -----------
  [mlir][vector] Distribute vector.insert op

In case the distributed dim of the dest vector is also a dim of the src vector, each lane inserts a smaller part of the source vector. Otherwise, one lane inserts the entire src vector and the other lanes do nothing.

Differential Revision: https://reviews.llvm.org/D137953




More information about the All-commits mailing list