[all-commits] [llvm/llvm-project] c2fd2b: [MLIR][OpenMP]Basic OpenMP target operation
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Thu Jun 24 01:58:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2fd2b5194eee8a0935739c862efb8f98a0bcd4b
https://github.com/llvm/llvm-project/commit/c2fd2b5194eee8a0935739c862efb8f98a0bcd4b
Author: Abid Malik <amalik at bnl.gov>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/test/Dialect/OpenMP/ops.mlir
Log Message:
-----------
[MLIR][OpenMP]Basic OpenMP target operation
This includes a basic implementation for the OpenMP target
operation. Currently, the if, thread_limit, private, shared, device, and nowait clauses are included in this implementation.
Co-authored-by: Kiran Chandramohan <kiran.chandramohan at arm.com>
Reviewed By: ftynse, kiranchandramohan
Differential Revision: https://reviews.llvm.org/D102816
More information about the All-commits
mailing list