mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 18:25:05 +08:00
14 lines
212 B
C++
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
|