[all-commits] [llvm/llvm-project] 63c897: [MLIR] Add OpenMP dialect with barrier operation
David Truby via All-commits
all-commits at lists.llvm.org
Wed Jan 29 03:38:02 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 63c8972562a4cf38b6e2e39da20f86ceabfb71e4
https://github.com/llvm/llvm-project/commit/63c8972562a4cf38b6e2e39da20f86ceabfb71e4
Author: David Truby <david.truby at arm.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M mlir/include/mlir/Dialect/CMakeLists.txt
A mlir/include/mlir/Dialect/OpenMP/CMakeLists.txt
A mlir/include/mlir/Dialect/OpenMP/OpenMPDialect.h
A mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/lib/Dialect/CMakeLists.txt
A mlir/lib/Dialect/OpenMP/CMakeLists.txt
A mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
A mlir/test/Dialect/OpenMP/ops.mlir
M mlir/tools/mlir-opt/CMakeLists.txt
Log Message:
-----------
[MLIR] Add OpenMP dialect with barrier operation
Summary:
Barrier is a simple operation that takes no arguments and returns
nothing, but implies a side effect (synchronization of all threads)
Reviewers: jdoerfert
Subscribers: mgorny, guansong, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72400
More information about the All-commits
mailing list