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

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 10:26:33 PDT 2021


rriddle added a comment.

In D104516#2838941 <https://reviews.llvm.org/D104516#2838941>, @nemanjai wrote:

> In D104516#2838887 <https://reviews.llvm.org/D104516#2838887>, @rriddle wrote:
>
>> In D104516#2838885 <https://reviews.llvm.org/D104516#2838885>, @lei wrote:
>>
>>> The MLIR bot, https://lab.llvm.org/buildbot/#/builders/88/builds/14468, Have been red for over 30hr when this patch landed.  Please provide a fix or pull the related patches to bring the bot back to green.
>>
>> Are those related to this patch? Those all look like orc failures.
>
> I think pulling in additional code has caused a relocation overflow in the runtime linker. We might have to switch to the large code model for ORC on PPC.

Thanks for looking! That definitely looks like what is happening. Do you know how to adjust that? (I have very little experience/knowledge of ORC)


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