compute-runtime/runtime/program/additional_options.cpp

14 lines
212 B
C++

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