P4 to Git Change 1121245 by wchau@wchau_WINDOWS7_OCL on 2015/02/11 16:27:16

EPR #414268 - OCL Promotion build failed/use HSAIL 1.0F instead of 1.0P due to CL#1108891
	 Make change to fix the build issue related to the backout of CL#1121106

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugmanager.cpp#5 edit
Этот коммит содержится в:
foreman
2015-02-11 16:54:03 -05:00
родитель 2af2557e26
Коммит 4516591f9d
+1 -1
Просмотреть файл
@@ -107,7 +107,7 @@ GpuDebugManager::executePostDispatchCallBack()
if (NULL != postDispatchCallBackFunc_) {
cl_device_id clDeviceId = as_cl(device_);
postDispatchCallBackFunc_(clDeviceId,
aqlPacket_->completion_signal.handle,
0,
postDispatchCallBackArgs_);
}
}