llvm-project/mlir
David Truby 63c8972562 [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
2020-01-29 11:34:58 +00:00
..
cmake/modules [mlir] Revert MSVC specific part of whole_archive_link 2020-01-25 09:56:04 -08:00
docs [mlir][Linalg][doc] Add Design Document for the Linalg Dialect 2020-01-28 15:48:04 -05:00
examples Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
include [MLIR] Add OpenMP dialect with barrier operation 2020-01-29 11:34:58 +00:00
lib [MLIR] Add OpenMP dialect with barrier operation 2020-01-29 11:34:58 +00:00
test [MLIR] Add OpenMP dialect with barrier operation 2020-01-29 11:34:58 +00:00
tools [MLIR] Add OpenMP dialect with barrier operation 2020-01-29 11:34:58 +00:00
unittests Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
utils [mlir][spirv] Support implied extensions and capabilities 2020-01-17 08:01:57 -05:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir] Bootstrap doxygen config 2020-01-25 09:31:59 -08:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.