Skip to content

Commit 5014861

Browse files
Minor code fix
Change-Id: I1e666b9032deb6aa7287c6d9e247cfef5ea35c7c Signed-off-by: Sebastian Luzynski <sebastian.jozef.luzynski@intel.com>
1 parent 2fb4822 commit 5014861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/source/helpers/hw_helper_base.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ bool MemorySynchronizationCommands<GfxFamily>::isPipeControlPriorToPipelineSelec
505505
}
506506

507507
template <typename GfxFamily>
508-
inline bool NEO::HwHelperHw<GfxFamily>::isCooperativeDispatchSupported(const aub_stream::EngineType engine, const PRODUCT_FAMILY productFamily) const {
508+
bool HwHelperHw<GfxFamily>::isCooperativeDispatchSupported(const aub_stream::EngineType engine, const PRODUCT_FAMILY productFamily) const {
509509
return true;
510510
}
511511

0 commit comments

Comments
 (0)