Skip to content

Commit 3016ed1

Browse files
Make clearComputeModePropertiesIfNeeded method virtual
Signed-off-by: Maciej Plewka <[email protected]>
1 parent 62de443 commit 3016ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

level_zero/core/source/cmdlist/cmdlist_hw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ struct CommandListCoreFamily : CommandListImp {
224224
ze_result_t appendLaunchKernelSplit(ze_kernel_handle_t hKernel, const ze_group_count_t *pThreadGroupDimensions, ze_event_handle_t hEvent);
225225
ze_result_t prepareIndirectParams(const ze_group_count_t *pThreadGroupDimensions);
226226
void updateStreamProperties(Kernel &kernel, bool isMultiOsContextCapable, bool isCooperative);
227-
void clearComputeModePropertiesIfNeeded(bool requiresCoherency, uint32_t numGrfRequired, uint32_t threadArbitrationPolicy);
227+
virtual void clearComputeModePropertiesIfNeeded(bool requiresCoherency, uint32_t numGrfRequired, uint32_t threadArbitrationPolicy);
228228
void clearCommandsToPatch();
229229

230230
void applyMemoryRangesBarrier(uint32_t numRanges, const size_t *pRangeSizes,

0 commit comments

Comments
 (0)