P4 to Git Change 1550526 by cpaquot@cpaquot-ocl-lc-lnx on 2018/05/04 15:00:44

SWDEV-145570 - [HIP] Missing HIP_INIT_API macro in hipDeviceSynchronize.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_device_runtime.cpp#9 edit
Tento commit je obsažen v:
foreman
2018-05-04 15:12:48 -04:00
rodič 9129aa17f6
revize 65b557ecce
+2
Zobrazit soubor
@@ -375,6 +375,8 @@ hipError_t hipDeviceSetSharedMemConfig ( hipSharedMemConfig config ) {
}
hipError_t hipDeviceSynchronize ( void ) {
HIP_INIT_API();
amd::HostQueue* queue = hip::getNullStream();
if (!queue) {