diff --git a/hipamd/api/hip/hip_platform.cpp b/hipamd/api/hip/hip_platform.cpp index c6b731af58..efc8caffa6 100644 --- a/hipamd/api/hip/hip_platform.cpp +++ b/hipamd/api/hip/hip_platform.cpp @@ -58,6 +58,9 @@ struct __ClangOffloadBundleHeader { __ClangOffloadBundleDesc desc[1]; }; +hipError_t hipModuleGetGlobal(hipDeviceptr_t* dptr, size_t* bytes, + hipModule_t hmod, const char* name); + extern "C" std::vector* __hipRegisterFatBinary(const void* data) { HIP_INIT();