[PATCH] D154069: [IRCE] Parse range checks in the form of "LHS - RHS vs Limit"
Aleksandr Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 02:39:20 PDT 2023
aleksandr.popov added a comment.
> It should (ideally) depend on whether or not you have ROCm and a functional GPU on your system. It basically just calls amdgpu-arch to see if there's any output.
Unfortunately `amdgpu-arch` not found on my machine. I've got `amdgpu-install` tool but what exactly should I install to execute AMDGPU tests?
BTW, without installed `amdgpu` all tests failed the same way as they failed in the https://lab.llvm.org/buildbot/#/builders/193
And one more question: my changes relates to InductiveRangeCheckElimination only. How does OpenMP use IRCE which caused the tests to fail?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154069/new/
https://reviews.llvm.org/D154069
More information about the llvm-commits
mailing list