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 удалений
+3
Просмотреть файл
@@ -1711,3 +1711,6 @@ hipError_t hipLaunchHostFunc_spt(hipStream_t stream, hipHostFn_t fn, void* userD
extern "C" int hipGetStreamDeviceId(hipStream_t stream) {
return hip::GetHipDispatchTable()->hipGetStreamDeviceId_fn(stream);
}
hipError_t hipExtGetLastError() {
return hip::GetHipDispatchTable()->hipExtGetLastError_fn();
}