[Mlir-commits] [llvm] [mlir] Split the llvm::ThreadPool into an abstract base class and an implementation (PR #82094)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Feb 21 02:12:45 PST 2024


================
@@ -227,7 +265,7 @@ class ThreadPool {
 class ThreadPoolTaskGroup {
----------------
fabrizio-indirli wrote:

could it make sense to have this class also as an interface / abstract class, or with virtual methods to allow them to be overridden?

https://github.com/llvm/llvm-project/pull/82094


More information about the Mlir-commits mailing list