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