llvm-project/mlir
River Riddle b31827f664 [mlir-lsp-server] Disable multi-threading in LSP contexts
This prevents an explosion of threads, given that each file gets its own context and thus its own thread pool. We don't really need a thread pool for the LSP contexts anyways, so it's better to just disable threading.
2021-08-03 21:30:09 +00:00
..
cmake/modules [MLIR][python] Disable SONAME on extensions. 2021-07-30 00:47:11 +00:00
docs [vscode-mlir] Update package.json in preparation for publishing 2021-07-30 23:53:50 +00:00
examples [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00
include Reorder mmt4d r.h.s operand layout 2021-08-03 10:21:57 -07:00
lib [mlir-lsp-server] Disable multi-threading in LSP contexts 2021-08-03 21:30:09 +00:00
python Reorder mmt4d r.h.s operand layout 2021-08-03 10:21:57 -07:00
test [mlir][sparse] fix bug in permuting data structure 2021-08-03 14:27:43 -07:00
tools [mlir] Fix CMake option for enabling SPIR-V CPU runner 2021-07-29 16:34:09 -04:00
unittests [mlir] Fix delayed object interfaces registration 2021-08-03 12:21:55 +03:00
utils [vscode-mlir] Add proper support for mlir markdown codeblocks 2021-08-03 19:55:31 +00:00
.clang-format
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
CMakeLists.txt [MLIR] Drop old cmake var names 2021-05-24 15:30:01 +05:30
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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