2019-01-24 17:00:27 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
2019-01-24 17:00:27 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-23 05:50:57 +08:00
|
|
|
#include "opencl/source/program/program.h"
|
2019-01-24 17:00:27 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
namespace NEO {
|
2020-10-30 18:10:00 +08:00
|
|
|
void Program::applyAdditionalOptions(std::string &internalOptions) {
|
2019-01-24 17:00:27 +08:00
|
|
|
}
|
2019-03-26 18:59:46 +08:00
|
|
|
}; // namespace NEO
|