llvm-project/mlir
Valentin Clement 2bbbcae782 [mlir][openacc] Add missing attributes and operands for acc.loop
This patch add the missing operands to the acc.loop operation. Only the device_type
information is not part of the operation for now.

Reviewed By: rriddle, kiranchandramohan

Differential Revision: https://reviews.llvm.org/D86753
2020-08-31 19:50:05 -04:00
..
cmake/modules [mlir] Make mlir_check_link_libraries() work with interface libraries 2020-08-14 11:39:04 -07:00
docs [mlir][OpFormatGen] Add initial support for regions in the custom op assembly format 2020-08-31 13:26:24 -07:00
examples Remove the use of global dialect registration from the standalone-translate.cpp example (NFC) 2020-08-26 05:14:04 +00:00
include [mlir][openacc] Add missing attributes and operands for acc.loop 2020-08-31 19:50:05 -04:00
integration_test [mlir] NFC: fix trivial typo under test and tools 2020-08-27 15:37:42 +09:00
lib [mlir][openacc] Add missing attributes and operands for acc.loop 2020-08-31 19:50:05 -04:00
test [mlir][openacc] Add missing attributes and operands for acc.loop 2020-08-31 19:50:05 -04:00
tools Fix mlir-reduce to explicitly register dialects and disable the global dialect registry by default 2020-08-31 22:54:58 +00:00
unittests Rename AnalysisManager::slice in AnalysisManager::nest (NFC) 2020-08-28 20:41:07 +00:00
utils [MLIR][NFC] Update MLIR vim syntax file - std ops + types 2020-08-22 11:20:57 +05:30
.clang-format
.clang-tidy
CMakeLists.txt [mlir] Initial version of C APIs 2020-08-05 15:04:08 +02:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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