llvm-project/mlir/lib
Eugene Zhulenev 9edcedf7f2 [mlir] AsyncRuntime: disable threading until test flakiness is fixed
ExecutionEngine/LLJIT do not run globals destructors in loaded dynamic libraries when destroyed, and threads managed by ThreadPool can race with program termination, and it leads to segfaults.

TODO: Re-enable threading after fixing a problem with destructors, or removing static globals from dynamic library.

Differential Revision: https://reviews.llvm.org/D92368
2020-12-01 01:12:16 -08:00
..
Analysis [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
Bindings [mlir][CAPI] Convert the rest of the API int -> bool. 2020-11-29 20:36:42 -08:00
CAPI [mlir][CAPI] Convert the rest of the API int -> bool. 2020-11-29 20:36:42 -08:00
Conversion [mlir] Fix bad rebase landed in acb69f3b7c. 2020-11-28 13:57:01 +01:00
Dialect [mlir] Small cleanups to func-bufferize/finalizing-bufferize 2020-11-30 17:04:14 -08:00
EDSC Remove MLIREDSCInterface library which isn't used anywhere (NFC) 2020-08-18 19:04:30 +00:00
ExecutionEngine [mlir] AsyncRuntime: disable threading until test flakiness is fixed 2020-12-01 01:12:16 -08:00
IR Don't elide splat attributes during printing 2020-11-27 14:42:26 +00:00
Interfaces [mlir] NFC - Refactor and expose a helper printOffsetSizesAndStrides helper function. 2020-11-24 20:00:59 +00:00
Parser [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
Pass [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
Reducer [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
Rewrite [mlir][Pattern] Add a new FrozenRewritePatternList class 2020-10-26 18:01:06 -07:00
Support [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
TableGen [MLIR] ODS typedef gen fixes & improvements 2020-11-22 16:06:14 -08:00
Target [mlir][LLVMIR] Add support for InlineAsmOp 2020-11-30 08:32:02 +00:00
Transforms [mlir] Small cleanups to func-bufferize/finalizing-bufferize 2020-11-30 17:04:14 -08:00
Translation [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
CMakeLists.txt [mlir][NFC] Move around the code related to PatternRewriting to improve layering 2020-10-26 18:01:06 -07:00