SWDEV-439637 - Fix undefined symbol error(github id- #3382)

Change-Id: Ic7812e21618f48c737ce2c51b22a153099cc5d66
Этот коммит содержится в:
Anusha GodavarthySurya
2024-01-03 15:06:54 +00:00
коммит произвёл Maneesh Gupta
родитель aacdb00759
Коммит 242132caa7
5 изменённых файлов: 7 добавлений и 2 удалений
+2
Просмотреть файл
@@ -756,6 +756,7 @@ hipError_t hipGraphExternalSemaphoresWaitNodeSetParams(
hipGraphNode_t hNode, const hipExternalSemaphoreWaitNodeParams* nodeParams);
hipError_t hipModuleLaunchCooperativeKernelMultiDevice(hipFunctionLaunchParams* launchParamsList,
unsigned int numDevices, unsigned int flags);
hipError_t hipExtGetLastError();
} // namespace hip
namespace hip {
@@ -1225,6 +1226,7 @@ void UpdateDispatchTable(HipDispatchTable* ptrDispatchTable) {
ptrDispatchTable->hipGetStreamDeviceId_fn = hip::hipGetStreamDeviceId;
ptrDispatchTable->hipDrvGraphAddMemsetNode_fn = hip::hipDrvGraphAddMemsetNode;
ptrDispatchTable->hipGetDevicePropertiesR0000_fn = hip::hipGetDevicePropertiesR0000;
ptrDispatchTable->hipExtGetLastError_fn = hip::hipExtGetLastError;
}
#if HIP_ROCPROFILER_REGISTER > 0