[all-commits] [llvm/llvm-project] ab166d: [mlir][mpi] Lowering Mpi To LLVM (#127053)

Frank Schlimbach via All-commits all-commits at lists.llvm.org
Fri Feb 21 09:03:26 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab166d4d10f5b23262acb7448eb32c056595a0cd
      https://github.com/llvm/llvm-project/commit/ab166d4d10f5b23262acb7448eb32c056595a0cd
  Author: Frank Schlimbach <frank.schlimbach at intel.com>
  Date:   2025-02-21 (Fri, 21 Feb 2025)

  Changed paths:
    A mlir/include/mlir/Conversion/MPIToLLVM/MPIToLLVM.h
    M mlir/include/mlir/Dialect/MPI/IR/MPIOps.td
    M mlir/include/mlir/Dialect/MPI/IR/MPITypes.td
    M mlir/include/mlir/InitAllExtensions.h
    M mlir/lib/Conversion/CMakeLists.txt
    A mlir/lib/Conversion/MPIToLLVM/CMakeLists.txt
    A mlir/lib/Conversion/MPIToLLVM/MPIToLLVM.cpp
    A mlir/test/Conversion/MPIToLLVM/ops.mlir

  Log Message:
  -----------
  [mlir][mpi] Lowering Mpi To LLVM (#127053)

* The first set of patterns to convert the MPI dialect to LLVM.
* Further conversion pattern will be added in future PRs.
* Supports MPICH compatible MPI implementations and openMPI, selectable through DLTI attribute on module

---------

Co-authored-by: Anton Lydike <me at antonlydike.de>
Co-authored-by: Christian Ulmann <christianulmann at gmail.com>



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