[all-commits] [llvm/llvm-project] 8584b2: Lower allreduce (#144716)

Frank Schlimbach via All-commits all-commits at lists.llvm.org
Mon Jun 23 05:01:38 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8584b216b87085a913fe39be15bfa4ab4754aeb9
      https://github.com/llvm/llvm-project/commit/8584b216b87085a913fe39be15bfa4ab4754aeb9
  Author: Frank Schlimbach <frank.schlimbach at intel.com>
  Date:   2025-06-23 (Mon, 23 Jun 2025)

  Changed paths:
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/include/mlir/Dialect/MPI/IR/MPI.h
    M mlir/include/mlir/Dialect/MPI/IR/MPI.td
    M mlir/include/mlir/Dialect/MPI/IR/MPIOps.td
    M mlir/include/mlir/Dialect/Mesh/IR/MeshOps.h
    M mlir/include/mlir/Dialect/Mesh/IR/MeshOps.td
    M mlir/include/mlir/Dialect/Mesh/Transforms/Simplifications.h
    M mlir/include/mlir/Dialect/Mesh/Transforms/Transforms.h
    M mlir/lib/Conversion/MPIToLLVM/MPIToLLVM.cpp
    M mlir/lib/Conversion/MeshToMPI/MeshToMPI.cpp
    M mlir/lib/Dialect/MPI/IR/MPIOps.cpp
    M mlir/lib/Dialect/Mesh/IR/MeshOps.cpp
    M mlir/lib/Dialect/Mesh/Transforms/Transforms.cpp
    M mlir/test/Conversion/MeshToMPI/convert-mesh-to-mpi.mlir

  Log Message:
  -----------
  Lower allreduce (#144716)

Adding lowering mesh.allreduce to mpi.allreduce.
Minor restructuring to increase code reuse.



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