mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-15 10:14:56 +08:00
Make sure sip kernel is initialized for aub tests
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8482eb6a5f
commit
1a34586dd4
@@ -815,7 +815,9 @@ size_t CommandStreamReceiverHw<GfxFamily>::getRequiredCmdStreamSize(const Dispat
|
||||
size += getCmdSizeForMediaSampler(dispatchFlags.pipelineSelectArgs.mediaSamplerRequired);
|
||||
size += getCmdSizeForPipelineSelect();
|
||||
size += getCmdSizeForPreemption(dispatchFlags);
|
||||
size += getCmdSizeForPerDssBackedBuffer(device.getHardwareInfo());
|
||||
if (dispatchFlags.usePerDssBackedBuffer && !isPerDssBackedBufferSent) {
|
||||
size += getCmdSizeForPerDssBackedBuffer(device.getHardwareInfo());
|
||||
}
|
||||
size += getCmdSizeForEpilogue(dispatchFlags);
|
||||
size += getCmdsSizeForHardwareContext();
|
||||
size += getCmdSizeForActivePartitionConfig();
|
||||
|
||||
Reference in New Issue
Block a user