mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Change-Id: Ice53746e696ba6de5bb2c901e713594ee90bf99c Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
14 lines
261 B
C++
14 lines
261 B
C++
/*
|
|
* Copyright (C) 2017-2018 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/program/program.h"
|
|
#include <vector>
|
|
|
|
namespace OCLRT {
|
|
const std::vector<std::string> Program::internalOptionsToExtract = {"-cl-intel-gtpin-rera"};
|
|
};
|