mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Refactor SipKernel
- add debug bindless SipKernelType Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d79317da35
commit
2fb8edb69f
@@ -74,7 +74,8 @@ TEST(DebugBindlessSip, givenBindlessDebugSipIsRequestedThenCorrectSipKernelIsRet
|
||||
auto &sipKernel = NEO::SipKernel::getBindlessDebugSipKernel(*mockDevice);
|
||||
|
||||
EXPECT_NE(nullptr, &sipKernel);
|
||||
EXPECT_LE(SipKernelType::DbgCsr, sipKernel.getType());
|
||||
EXPECT_EQ(SipKernelType::DbgBindless, sipKernel.getType());
|
||||
|
||||
EXPECT_FALSE(sipKernel.getStateSaveAreaHeader().empty());
|
||||
}
|
||||
} // namespace SipKernelTests
|
||||
|
||||
Reference in New Issue
Block a user