SWDEV-439637 - Fix undefined symbol error(github id- #3382)
Change-Id: Ic7812e21618f48c737ce2c51b22a153099cc5d66
Этот коммит содержится в:
коммит произвёл
Maneesh Gupta
родитель
aacdb00759
Коммит
242132caa7
@@ -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();
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user