From 4516591f9dfe6f14d66fdc58ac475f8b4c6368df Mon Sep 17 00:00:00 2001
From: foreman
Date: Wed, 11 Feb 2015 16:54:03 -0500
Subject: [PATCH] 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
---
rocclr/runtime/device/gpu/gpudebugmanager.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rocclr/runtime/device/gpu/gpudebugmanager.cpp b/rocclr/runtime/device/gpu/gpudebugmanager.cpp
index c08ffcf1ce..f67d0c9eb4 100644
--- a/rocclr/runtime/device/gpu/gpudebugmanager.cpp
+++ b/rocclr/runtime/device/gpu/gpudebugmanager.cpp
@@ -107,7 +107,7 @@ GpuDebugManager::executePostDispatchCallBack()
if (NULL != postDispatchCallBackFunc_) {
cl_device_id clDeviceId = as_cl(device_);
postDispatchCallBackFunc_(clDeviceId,
- aqlPacket_->completion_signal.handle,
+ 0,
postDispatchCallBackArgs_);
}
}