[all-commits] [llvm/llvm-project] 23fec3: [mlir][OpenMP] Add omp.taskgroup operation

Shraiysh via All-commits all-commits at lists.llvm.org
Mon Jun 20 21:47:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23fec3405be3f48610b811804ca8f5bf63b62bdd
      https://github.com/llvm/llvm-project/commit/23fec3405be3f48610b811804ca8f5bf63b62bdd
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  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.taskgroup operation

This patch adds omp.taskgroup operation according to OpenMP 5.0 2.17.6.

Also added tests for the same.

Reviewed By: kiranchandramohan, peixin

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




More information about the All-commits mailing list