diff --git a/rocclr/runtime/device/gpu/gpuprogram.cpp b/rocclr/runtime/device/gpu/gpuprogram.cpp index 69be513500..b545375c9b 100644 --- a/rocclr/runtime/device/gpu/gpuprogram.cpp +++ b/rocclr/runtime/device/gpu/gpuprogram.cpp @@ -2152,7 +2152,7 @@ HSAILProgram::linkImpl(amd::option::Options* options) hsa_agent_t agent; agent.handle = 1; if (!isNull() && hsaLoad) { - executable_ = loader_->CreateExecutable(HSA_PROFILE_BASE, NULL); + executable_ = loader_->CreateExecutable(HSA_PROFILE_FULL, NULL); if (executable_ == NULL) { buildLog_ += "Error: Executable for AMD HSA Code Object isn't created.\n"; return false;