[all-commits] [llvm/llvm-project] b18e82: [mlir][OpenMP] Added omp.task
Shraiysh via All-commits
all-commits at lists.llvm.org
Tue Apr 12 11:26:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b18e82186fd24580c6f80951b4fe90c72e3f7aa8
https://github.com/llvm/llvm-project/commit/b18e82186fd24580c6f80951b4fe90c72e3f7aa8
Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
Date: 2022-04-12 (Tue, 12 Apr 2022)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/test/Dialect/OpenMP/invalid.mlir
M mlir/test/Dialect/OpenMP/ops.mlir
Log Message:
-----------
[mlir][OpenMP] Added omp.task
This patch adds tasking construct according to Section 2.10.1 of OpenMP 5.0
Reviewed By: peixin, kiranchandramohan, abidmalikwaterloo
Differential Revision: https://reviews.llvm.org/D123575
More information about the All-commits
mailing list