[Mlir-commits] [llvm] [mlir] Split the llvm::ThreadPool into an abstract base class and an implementation (PR #82094)
Mehdi Amini
llvmlistbot at llvm.org
Wed Feb 21 02:22:50 PST 2024
================
@@ -227,7 +265,7 @@ class ThreadPool {
class ThreadPoolTaskGroup {
----------------
joker-eph wrote:
This class has very little functionality: everything is delegated to the pool. The main functionality is a "pointer" for the instance and a RAII destructor.
What part of the API would you customize?
https://github.com/llvm/llvm-project/pull/82094
More information about the Mlir-commits
mailing list