[Openmp-commits] [PATCH] D132045: [OpenMPOpt] Improving memory transfer latency hiding
Matt Arsenault via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jan 3 15:38:58 PST 2023
arsenm added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:1390
+ IRBuilder.AsyncInfo, DL.getAllocaAddrSpace(), "handle", FirstInst);
+
+ FunctionCallee IssueDecl = IRBuilder.getOrCreateRuntimeFunction(
----------------
Should add an amdgpu test and you probably need an aaddrspacecast. I just fixed the same problem in c3054aeb5a3ba7778b1296722cfb90b494819b60
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132045/new/
https://reviews.llvm.org/D132045
More information about the Openmp-commits
mailing list