compute-runtime/runtime/program/additional_options.cpp

14 lines
208 B
C++

/*
* Copyright (C) 2017-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/program/program.h"
namespace NEO {
void Program::applyAdditionalOptions() {
}
}; // namespace NEO