/* * Copyright (C) 2025 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "opencl/source/command_queue/hardware_interface.h" namespace NEO { void HardwareInterfaceHelper::setEncodeWalkerArgsExt(EncodeWalkerArgs &encodeWalkerArgs, const KernelInfo &kernelInfo) { } } // namespace NEO