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

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 12:19:54 PDT 2021


nemanjai added a comment.

In D104516#2839035 <https://reviews.llvm.org/D104516#2839035>, @mehdi_amini wrote:

> I tried to disable them in 652f4b5140e2 <https://reviews.llvm.org/rG652f4b5140e231b679564a86019307291f7bf7cc>, hopefully I got the logic right! The bot is backlogged so unfortunately it'll take time to figure.
>
> By the way have you considered enabling CCACHE on the bot? This dramatically helped this bot: https://lab.llvm.org/buildbot/#/builders/61

We might consider using ccache on the bot but I am not sure that would be all that useful. None of the builds on this bot seem to take any longer than 10 minutes. I am not really sure what has caused the backlog on it now - maybe some issue with master or the worker itself? This builder certainly does build every single commit so that may be something we need to change in the future. In any case, we'll get the queue cleaned up to unclog it.


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