diff --git a/rocclr/device/pal/paldevice.cpp b/rocclr/device/pal/paldevice.cpp index 33906557da..bbab03bfde 100644 --- a/rocclr/device/pal/paldevice.cpp +++ b/rocclr/device/pal/paldevice.cpp @@ -881,7 +881,7 @@ bool Device::create(Pal::IDevice* device) { Pal::PalPublicSettings* const palSettings = iDev()->GetPublicSettings(); // Modify settings here // palSettings ... - palSettings->forceHighClocks = appProfile_.enableHighPerformanceState(); + palSettings->forceHighClocks = amd::IS_HIP || appProfile_.enableHighPerformanceState(); palSettings->longRunningSubmissions = true; palSettings->cmdBufBatchedSubmitChainLimit = 0; palSettings->disableResourceProcessingManager = true;