[all-commits] [llvm/llvm-project] d7d644: [mlir][vector] Avoid creating duplicate output in ...

Thomas via All-commits all-commits at lists.llvm.org
Mon Jul 11 08:42:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7d6443d501839ef806f9dc872900451d7b41927
      https://github.com/llvm/llvm-project/commit/d7d6443d501839ef806f9dc872900451d7b41927
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2022-07-11 (Mon, 11 Jul 2022)

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

  Log Message:
  -----------
  [mlir][vector] Avoid creating duplicate output in warpOp

Prevent creating multiple output for the same Value when distributing
operations out of WarpExecuteOnLane0Op. This avoid creating combinatory
explosion of outputs.

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




More information about the All-commits mailing list