mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
16 lines
262 B
C++
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
|