mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 17:29:14 +08:00
fix: Add new debug sip kernel type for heapless
Related-to: NEO-7979 Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
48dc0a823d
commit
7f0a0ae034
@@ -344,6 +344,10 @@ TranslationOutput::ErrorCode CompilerInterface::getSipKernelBinary(NEO::Device &
|
||||
typeOfSystemRoutine = IGC::SystemRoutineType::debug;
|
||||
bindlessSip = true;
|
||||
break;
|
||||
case SipKernelType::dbgHeapless:
|
||||
typeOfSystemRoutine = IGC::SystemRoutineType::debug;
|
||||
bindlessSip = false;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user