diff --git a/shared/source/helpers/hw_helper_base.inl b/shared/source/helpers/hw_helper_base.inl index 008552a8e1..17a7710111 100644 --- a/shared/source/helpers/hw_helper_base.inl +++ b/shared/source/helpers/hw_helper_base.inl @@ -505,7 +505,7 @@ bool MemorySynchronizationCommands::isPipeControlPriorToPipelineSelec } template -inline bool NEO::HwHelperHw::isCooperativeDispatchSupported(const aub_stream::EngineType engine, const PRODUCT_FAMILY productFamily) const { +bool HwHelperHw::isCooperativeDispatchSupported(const aub_stream::EngineType engine, const PRODUCT_FAMILY productFamily) const { return true; }