compute-runtime/opencl/source/program/additional_options.cpp

14 lines
214 B
C++

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