[all-commits] [llvm/llvm-project] 73ce97: [mlir][vector] Distribute vector.insertelement op

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73ce971c630ff87e16788091097b3232847acc48
      https://github.com/llvm/llvm-project/commit/73ce971c630ff87e16788091097b3232847acc48
  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.insertelement op

In case of a distribution, only one lane inserts the scalar value. In case of a broadcast, every lane inserts the scalar.

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




More information about the All-commits mailing list