Files
compute-runtime/opencl/source/command_queue/hardware_interface.cpp

15 lines
306 B
C++
Raw Normal View History

/*
* 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