Files
compute-runtime/shared/source/helpers/pipe_control_args.cpp
Bartosz Dunajski 96d14967ac Partial support for XE_HP_SDV
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2021-06-24 18:35:54 +02:00

16 lines
262 B
C++

/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "pipe_control_args.h"
#include "shared/source/helpers/hw_info.h"
namespace NEO {
void PipeControlArgs::adjustArgs(const HardwareInfo &hwInfo) {
}
} // namespace NEO