[PATCH] D104516: [mlir] Add a ThreadPool to MLIRContext and refactor MLIR threading usage
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 12:26:39 PDT 2021
lei added a comment.
@mehdi_amini The PPC mlir bot still shows 6 overflow failures after your patch. Can you please help to disable them for PPC?
Failed Tests (6):
MLIR-Unit :: ExecutionEngine/./MLIRExecutionEngineTests/MLIRExecutionEngine.AddInteger
MLIR-Unit :: ExecutionEngine/./MLIRExecutionEngineTests/MLIRExecutionEngine.SubtractFloat
MLIR-Unit :: ExecutionEngine/./MLIRExecutionEngineTests/NativeMemRefJit.BasicMemref
MLIR-Unit :: ExecutionEngine/./MLIRExecutionEngineTests/NativeMemRefJit.JITCallback
MLIR-Unit :: ExecutionEngine/./MLIRExecutionEngineTests/NativeMemRefJit.RankOneMemref
MLIR-Unit :: ExecutionEngine/./MLIRExecutionEngineTests/NativeMemRefJit.ZeroRankMemref
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
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