[PATCH] D104516: [mlir] Add a ThreadPool to MLIRContext and refactor MLIR threading usage

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 21 11:55:37 PDT 2021


mehdi_amini accepted this revision.
mehdi_amini added a comment.

Sweet!



================
Comment at: mlir/include/mlir/IR/ThreadingUtilities.h:38
+
+  // If multithreading is disabled, there is a small number of elements
+  // process the elements directly on this thread.
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104516/new/

https://reviews.llvm.org/D104516



More information about the llvm-commits mailing list