mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
refactor: remove unused variable
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d20c9264e5
commit
aa74555682
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2023 Intel Corporation
|
||||
* Copyright (C) 2021-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -28,8 +28,6 @@ bool ImplicitScalingHelper::isImplicitScalingEnabled(const DeviceBitfield &devic
|
||||
if (debugManager.flags.EnableWalkerPartition.get() != -1) {
|
||||
partitionWalker = !!debugManager.flags.EnableWalkerPartition.get();
|
||||
}
|
||||
// we can't do this without local memory
|
||||
partitionWalker &= OSInterface::osEnableLocalMemory;
|
||||
|
||||
return partitionWalker;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user