[all-commits] [llvm/llvm-project] 82330e: [MLIR][OpenMP] Add OMP Declare Mapper MLIR Op defi...

Akash Banerjee via All-commits all-commits at lists.llvm.org
Fri Feb 7 09:22:57 PST 2025


  Branch: refs/heads/users/akash/mapper_op
  Home:   https://github.com/llvm/llvm-project
  Commit: 82330e2b07a39b39cf0827248f55a906243183ff
      https://github.com/llvm/llvm-project/commit/82330e2b07a39b39cf0827248f55a906243183ff
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 Feb 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/test/Dialect/OpenMP/ops.mlir

  Log Message:
  -----------
  [MLIR][OpenMP] Add OMP Declare Mapper MLIR Op definition

This patch adds the OMP.DeclareMapperOp to MLIR.


  Commit: 50eb188180b4c8d58078bedc02dba6067a9753af
      https://github.com/llvm/llvm-project/commit/50eb188180b4c8d58078bedc02dba6067a9753af
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 Feb 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td

  Log Message:
  -----------
  Updated description.


  Commit: 0e532b3d53c63a8b8e5616024224ab94a407bd27
      https://github.com/llvm/llvm-project/commit/0e532b3d53c63a8b8e5616024224ab94a407bd27
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 Feb 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/test/Dialect/OpenMP/ops.mlir

  Log Message:
  -----------
  Add region to DeclMapperOp. Move map clause to new DeclMapperInfoOp.


  Commit: 17d28df319c8f25f918def0f41a21a6907d0cfe9
      https://github.com/llvm/llvm-project/commit/17d28df319c8f25f918def0f41a21a6907d0cfe9
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 Feb 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/test/Dialect/OpenMP/ops.mlir

  Log Message:
  -----------
  Add the necesary OpTraits to hoist the DeclareMapperOp to the ModuleOp's region.


  Commit: 38ce5eb834bbb5f13176ba95dddf2b8295c121e3
      https://github.com/llvm/llvm-project/commit/38ce5eb834bbb5f13176ba95dddf2b8295c121e3
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 Feb 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/test/Dialect/OpenMP/ops.mlir

  Log Message:
  -----------
  Address reviewer commits.


Compare: https://github.com/llvm/llvm-project/compare/4b5c92e10807...38ce5eb834bb

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