mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
fix: change getBindlessDebugSipKernel to also get heapless sip
Rename function to getDebugSipKernel and select either bindless or heapless depending on mode Related-to: NEO-8396 Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0e2b400554
commit
013c49db02
@@ -251,7 +251,7 @@ const SipKernel &SipKernel::getSipKernel(Device &device, OsContext *context) {
|
||||
return *MockSipData::mockSipKernel.get();
|
||||
} else {
|
||||
if (context && device.getExecutionEnvironment()->getDebuggingMode() == NEO::DebuggingMode::offline) {
|
||||
return SipKernel::getBindlessDebugSipKernel(device, context);
|
||||
return SipKernel::getDebugSipKernel(device, context);
|
||||
}
|
||||
auto sipType = SipKernel::getSipKernelType(device);
|
||||
SipKernel::initSipKernel(sipType, device);
|
||||
|
||||
Reference in New Issue
Block a user