refactor: remove not needed code

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-07-24 14:19:24 +00:00
committed by Compute-Runtime-Automation
parent 58b4d1951a
commit 066447e5eb
8 changed files with 1 additions and 38 deletions

View File

@@ -264,7 +264,6 @@ class Kernel : public ReferenceTrackedObject<Kernel>, NEO::NonCopyableAndNonMova
const SimpleKernelArgInfo &getKernelArgInfo(uint32_t argIndex) const;
bool getAllowNonUniform() const;
bool isVmeKernel() const { return kernelInfo.kernelDescriptor.kernelAttributes.flags.usesVme; }
bool requiresSystolicPipelineSelectMode() const { return systolicPipelineSelectMode; }
MOCKABLE_VIRTUAL bool isSingleSubdevicePreferred() const;