mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 20:39:56 +08:00
Refactoring of internal options extraction
Change-Id: Ice53746e696ba6de5bb2c901e713594ee90bf99c Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
13
runtime/program/internal_options.cpp
Normal file
13
runtime/program/internal_options.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* 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"};
|
||||
};
|
||||
Reference in New Issue
Block a user