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