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