OSDN Git Service

[mlir] AsyncRuntime: use LLVM ThreadPool to run async tasks
authorEugene Zhulenev <ezhulenev@google.com>
Fri, 8 Jan 2021 23:23:59 +0000 (15:23 -0800)
committerEugene Zhulenev <ezhulenev@google.com>
Sat, 9 Jan 2021 10:39:52 +0000 (02:39 -0800)
commitbb0e621387f86c1e40b39fcfd9127d4d18294748
treef49fb4b138c292853b9df1d5d2324feb1d92c62d
parent52e240a0721e4120a7143f6f5bab4760d28d48e8
[mlir] AsyncRuntime: use LLVM ThreadPool to run async tasks

Revert https://reviews.llvm.org/D92368 after the dynamic library unloading was fixed in https://reviews.llvm.org/D94312

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D94346
mlir/lib/ExecutionEngine/AsyncRuntime.cpp