Make clearComputeModePropertiesIfNeeded method virtual
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
parent
62de443660
commit
3016ed1c39
|
@ -224,7 +224,7 @@ struct CommandListCoreFamily : CommandListImp {
|
||||||
ze_result_t appendLaunchKernelSplit(ze_kernel_handle_t hKernel, const ze_group_count_t *pThreadGroupDimensions, ze_event_handle_t hEvent);
|
ze_result_t appendLaunchKernelSplit(ze_kernel_handle_t hKernel, const ze_group_count_t *pThreadGroupDimensions, ze_event_handle_t hEvent);
|
||||||
ze_result_t prepareIndirectParams(const ze_group_count_t *pThreadGroupDimensions);
|
ze_result_t prepareIndirectParams(const ze_group_count_t *pThreadGroupDimensions);
|
||||||
void updateStreamProperties(Kernel &kernel, bool isMultiOsContextCapable, bool isCooperative);
|
void updateStreamProperties(Kernel &kernel, bool isMultiOsContextCapable, bool isCooperative);
|
||||||
void clearComputeModePropertiesIfNeeded(bool requiresCoherency, uint32_t numGrfRequired, uint32_t threadArbitrationPolicy);
|
virtual void clearComputeModePropertiesIfNeeded(bool requiresCoherency, uint32_t numGrfRequired, uint32_t threadArbitrationPolicy);
|
||||||
void clearCommandsToPatch();
|
void clearCommandsToPatch();
|
||||||
|
|
||||||
void applyMemoryRangesBarrier(uint32_t numRanges, const size_t *pRangeSizes,
|
void applyMemoryRangesBarrier(uint32_t numRanges, const size_t *pRangeSizes,
|
||||||
|
|
Loading…
Reference in New Issue