mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
Add sip kernel as hexadecimal array header
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> Related-To: NEO-5777
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c051495eb8
commit
a203cd2863
@@ -97,6 +97,9 @@ HWCMDTEST_F(IGFX_XE_HP_CORE, XeHPAndLaterPreemptionTests, GivenDebuggerUsedWhenP
|
||||
using STATE_SIP = typename FamilyType::STATE_SIP;
|
||||
device->executionEnvironment->rootDeviceEnvironments[0]->debugger.reset(new MockDebugger);
|
||||
|
||||
auto sipType = SipKernel::getSipKernelType(*device.get());
|
||||
SipKernel::initSipKernel(sipType, *device.get());
|
||||
|
||||
size_t requiredSize = PreemptionHelper::getRequiredStateSipCmdSize<FamilyType>(*device);
|
||||
EXPECT_EQ(sizeof(STATE_SIP), requiredSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user