mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
15 lines
306 B
C++
15 lines
306 B
C++
/*
|
|
* 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
|