mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +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
@@ -48,6 +48,8 @@ const SipKernel &SipKernel::getSipKernel(Device &device) {
|
||||
if (MockSipData::useMockSip) {
|
||||
return *MockSipData::mockSipKernel.get();
|
||||
} else {
|
||||
auto sipType = SipKernel::getSipKernelType(device);
|
||||
SipKernel::initSipKernel(sipType, device);
|
||||
return SipKernel::getSipKernelImpl(device);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user