File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
level_zero/core/source/cmdlist Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ struct CommandListCoreFamily : CommandListImp {
224
224
ze_result_t appendLaunchKernelSplit (ze_kernel_handle_t hKernel, const ze_group_count_t *pThreadGroupDimensions, ze_event_handle_t hEvent);
225
225
ze_result_t prepareIndirectParams (const ze_group_count_t *pThreadGroupDimensions);
226
226
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);
228
228
void clearCommandsToPatch ();
229
229
230
230
void applyMemoryRangesBarrier (uint32_t numRanges, const size_t *pRangeSizes,
You can’t perform that action at this time.
0 commit comments