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
This commit is contained in:
foreman
2016-06-02 12:47:40 -05:00
parent 428dfba879
commit c832457838
+4 -3
Vedi File
@@ -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