llvm-project/mlir/lib
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
..
Analysis [mlir][NFC] Update Operation::getResultTypes to use ArrayRef<Type> instead of iterator_range. 2020-01-27 19:57:48 -08:00
Conversion Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Dialect [MLIR] Add OpenMP dialect with barrier operation 2020-01-29 11:34:58 +00:00
EDSC Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
ExecutionEngine Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
IR Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Parser Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Pass Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Quantizer Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Support Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
TableGen Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Target [mlir] Harden error propagation in LLVM import 2020-01-27 16:15:11 +01:00
Transforms Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Translation Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt NFC: Move AffineOps dialect to the Dialect sub-directory. 2019-08-20 15:36:39 -07:00