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


[ROCm/clr commit: 4516591f9d]
This commit is contained in:
foreman
2015-02-11 16:54:03 -05:00
parent b8ce954e8a
commit 6b94603f0a
@@ -107,7 +107,7 @@ GpuDebugManager::executePostDispatchCallBack()
if (NULL != postDispatchCallBackFunc_) {
cl_device_id clDeviceId = as_cl(device_);
postDispatchCallBackFunc_(clDeviceId,
aqlPacket_->completion_signal.handle,
0,
postDispatchCallBackArgs_);
}
}