[all-commits] [llvm/llvm-project] 00c3c7: [mlir][gpu] Separate the barrier elimination code ...

spaceotter via All-commits all-commits at lists.llvm.org
Fri Nov 17 12:48:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00c3c731893ca88a3f8add63260751a9e36babb6
      https://github.com/llvm/llvm-project/commit/00c3c731893ca88a3f8add63260751a9e36babb6
  Author: spaceotter <zaimzet at gmail.com>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/GPU/Transforms/Passes.h
    M mlir/include/mlir/Dialect/GPU/Transforms/Passes.td
    M mlir/lib/Dialect/GPU/CMakeLists.txt
    M mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
    A mlir/lib/Dialect/GPU/Transforms/EliminateBarriers.cpp
    M mlir/test/Dialect/GPU/barrier-elimination.mlir

  Log Message:
  -----------
  [mlir][gpu] Separate the barrier elimination code from transform ops (#71762)

Allows the barrier elimination code to be run from C++ as well. The code
from transforms dialect is copied as-is, the pass and populate functions
have beed added at the end.

Co-authored-by: Eric Eaton <eric at nod-labs.com>




More information about the All-commits mailing list