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

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 18 03:46:49 PDT 2021


bondhugula added inline comments.


================
Comment at: mlir/include/mlir/IR/ThreadingUtilities.h:30
+/// not have multi-threading enabled, this function always processes elements
+/// synchronously.
+template <typename IteratorT, typename FuncT>
----------------
synchronously or sequentially?


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