/* * Copyright (C) 2017-2018 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "runtime/program/program.h" #include namespace OCLRT { const std::vector Program::internalOptionsToExtract = {"-cl-intel-gtpin-rera"}; };