[all-commits] [llvm/llvm-project] 6bbbd7: Update MLIRContext to allow injecting an external ...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Jul 1 15:18:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bbbd7b499f2d5e1d716f33fdf5c072083f007da
https://github.com/llvm/llvm-project/commit/6bbbd7b499f2d5e1d716f33fdf5c072083f007da
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
M mlir/include/mlir/IR/MLIRContext.h
M mlir/lib/IR/MLIRContext.cpp
Log Message:
-----------
Update MLIRContext to allow injecting an external ThreadPool (NFC)
The context can be created with threading disabled, to avoid creating a thread pool
that may be destroyed when injecting another one later.
Differential Revision: https://reviews.llvm.org/D105302
More information about the All-commits
mailing list