[Openmp-commits] [PATCH] D139208: [OpenMP][libomptarget][AMDGPU] lock/unlock (pin/unpin) mechanism in libomptarget amdgpu plugin (API and implementation)
Slava Zakharin via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jan 13 11:19:40 PST 2023
vzakhari added a comment.
Hi @carlo.bertolli, I am getting the following error in my local build after this commit:
/mybuild/openmp/libomptarget/plugins/amdgpu/impl/impl.cpp:17:3: error: ‘hsa_amd_pointer_info_t’ was not declared in this scope; did you mean ‘hsa_amd_agent_info_t’?
17 | hsa_amd_pointer_info_t info;
| ^~~~~~~~~~~~~~~~~~~~~~
| hsa_amd_agent_info_t
Is there missing definition in `hsa_ext_amd.h`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139208/new/
https://reviews.llvm.org/D139208
More information about the Openmp-commits
mailing list