From a90de181e672e7cdd85bfb446900e5859b80f06a Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 3 Jun 2016 10:12:13 -0400 Subject: [PATCH] P4 to Git Change 1276106 by jatang@jatang-ocl-lnx2 on 2016/06/03 09:58:44 SWDEV-92067 - Put back full CL#1275679. TC has added '//depot/stg/opencl/drivers/opencl/appprofiles/...' to the OpenCL Brahma Builds' client-spec. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/appprofile.cpp#14 edit --- rocclr/runtime/device/appprofile.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rocclr/runtime/device/appprofile.cpp b/rocclr/runtime/device/appprofile.cpp index 2cf3f44354..a9e686f9ad 100644 --- a/rocclr/runtime/device/appprofile.cpp +++ b/rocclr/runtime/device/appprofile.cpp @@ -215,10 +215,9 @@ bool AppProfile::ParseApplicationProfile() #else //BRAHMA - return false; // to fix TC OpenCL Brahma build for now. - //if (!SearchProfileOfAnApplication(wsAppFileName_.c_str(), &pProfile)) { - // return false; - //} + if (!SearchProfileOfAnApplication(wsAppFileName_.c_str(), &pProfile)) { + return false; + } #endif //BRAHMA