[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
Tue Jun 29 12:51:15 PDT 2021
lei added a comment.
I noticed that if I export `LD_LIBRARY_PATH=/usr/lib64` then all tests passes. I am thinking to revert your previous patch to enable those lit tests and add this export for the mlir bot for now to get the bot going again, but continue to investigate what the difference is between `/lib64` and `/usr/lib64` on our PPC machine.
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