llvm-project/mlir
Dominik Adamski 163dbfe869 [mlir][OpenMP] Add order clause definition to simd construct
Update simd construct definition and add mlir tests to prove
that order(concurrent) clause is correctly modeled for simd
construct.
2022-11-18 06:08:04 -06:00
..
benchmark/python [mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers for vectorization and parallelization options. 2022-09-04 01:39:35 +00:00
cmake/modules [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2 2022-09-14 15:48:58 -04:00
docs [mlir] Don't include the attribute self type in a `params` directive 2022-11-12 14:38:45 -08:00
examples Apply clang-tidy fixes for readability-identifier-naming in StandaloneExtension.cpp (NFC) 2022-11-17 06:23:30 +00:00
include [mlir][OpenMP] Add order clause definition to simd construct 2022-11-18 06:08:04 -06:00
lib [mlir] GreedyPatternRewriter: Reprocess modified ops 2022-11-18 11:43:44 +01:00
python Revert "Revert "[mlir][linalg] Replace "string" iterator_types attr with enums in LinalgInterface."" 2022-11-11 10:54:08 +01:00
test [mlir][OpenMP] Add order clause definition to simd construct 2022-11-18 06:08:04 -06:00
tools Apply clang-tidy fixes for llvm-qualified-auto in AttrOrTypeFormatGen.cpp (NFC) 2022-11-14 05:16:15 +00:00
unittests Apply clang-tidy fixes for readability-identifier-naming in MergerTest.cpp (NFC) 2022-11-14 05:16:15 +00:00
utils MLIR: Add --fix-error to clang-tidy script 2022-11-18 06:22:32 +00:00
.clang-format
.clang-tidy [mlir] Disable `misc-const-correctness` clang-tidy check. 2022-08-03 10:18:43 +02:00
CMakeLists.txt Move googletest to the third-party directory 2022-11-09 15:28:08 -08:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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