[PATCH] D103225: [AMDGPU] Replace non-kernel function uses of LDS globals by pointers.
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 11:25:32 PDT 2021
rampitec added a comment.
In D103225#2842126 <https://reviews.llvm.org/D103225#2842126>, @hsmhsm wrote:
> W.r.t compile time failure, it might be because of the patch D104704 <https://reviews.llvm.org/D104704> which is added on top of this patch.
>
> W.r.t run time issues, I am surprised that our internal psdb job did not catch it. We really need to look into it.
Given the call stack that is a very good chance it is D104704 <https://reviews.llvm.org/D104704>. Can we try to run that w/o D104704 <https://reviews.llvm.org/D104704> and with LDS pointer replacement enabled?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103225/new/
https://reviews.llvm.org/D103225
More information about the llvm-commits
mailing list