[PATCH] D104516: [mlir] Add a ThreadPool to MLIRContext and refactor MLIR threading usage
Stella Stamenova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 2 11:23:09 PDT 2021
stella.stamenova added a comment.
Herald added subscribers: wrengr, Chia-hungDuan.
So not an issue with the current implementation, but a note for any future improvements: the changes in https://reviews.llvm.org/D70447 that made parallel work on Windows were, I believe, necessary (I did not catch the original review, but I've recently run into some issues). Not only that, I believe something has recently (in the last few months) impacted the existing functionality such that `lld` now regularly exhibits the issues described in https://reviews.llvm.org/D70447, so I would caution using that until they've been resolved.
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