mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
refactor: correct naming of enum class constants 4/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
01dd503e47
commit
432142c574
@@ -161,7 +161,7 @@ const SipKernel &SipKernel::getSipKernel(Device &device, OsContext *context) {
|
||||
if (MockSipData::useMockSip) {
|
||||
return *MockSipData::mockSipKernel.get();
|
||||
} else {
|
||||
if (context && device.getExecutionEnvironment()->getDebuggingMode() == NEO::DebuggingMode::Offline) {
|
||||
if (context && device.getExecutionEnvironment()->getDebuggingMode() == NEO::DebuggingMode::offline) {
|
||||
return SipKernel::getBindlessDebugSipKernel(device, context);
|
||||
}
|
||||
auto sipType = SipKernel::getSipKernelType(device);
|
||||
|
||||
Reference in New Issue
Block a user