From c832457838c7fa240da9683fa063643f0effbdac Mon Sep 17 00:00:00 2001 From: foreman Date: Thu, 2 Jun 2016 12:47:40 -0500 Subject: [PATCH] P4 to Git Change 1275710 by jatang@jatang-ocl-lnx2 on 2016/06/02 12:29:18 SWDEV-92067 - Revert part of CL#1275679 for now, to fix TC OpenCL Brahma build. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/appprofile.cpp#13 edit --- rocclr/runtime/device/appprofile.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rocclr/runtime/device/appprofile.cpp b/rocclr/runtime/device/appprofile.cpp index a9e686f9ad..2cf3f44354 100644 --- a/rocclr/runtime/device/appprofile.cpp +++ b/rocclr/runtime/device/appprofile.cpp @@ -215,9 +215,10 @@ bool AppProfile::ParseApplicationProfile() #else //BRAHMA - if (!SearchProfileOfAnApplication(wsAppFileName_.c_str(), &pProfile)) { - return false; - } + return false; // to fix TC OpenCL Brahma build for now. + //if (!SearchProfileOfAnApplication(wsAppFileName_.c_str(), &pProfile)) { + // return false; + //} #endif //BRAHMA