Move CompilerInterface to ExecutionEnvironment

Change-Id: I14afdd8fc41ecd4ac8c8fcbeecda2539bc847288
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2018-08-01 09:06:46 +02:00
committed by sys_ocldev
parent 931b462ee1
commit d2759a0629
18 changed files with 114 additions and 190 deletions

View File

@@ -275,8 +275,6 @@ class Program : public BaseObject<_cl_program> {
std::string getKernelNamesString() const;
MOCKABLE_VIRTUAL CompilerInterface *getCompilerInterface() const;
void separateBlockKernels();
void updateNonUniformFlag();