Move execution environment to Core

Change-Id: I3f5a1f5ef97f058f91d0be7e3c33df7fff04062e
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2020-02-05 08:30:17 +01:00
committed by sys_ocldev
parent f303902781
commit 52931156ed
90 changed files with 132 additions and 106 deletions

View File

@@ -0,0 +1,17 @@
/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/compiler_interface/default_cache_config.h"
#include "runtime/compiler_interface/default_cl_cache_config.h"
namespace NEO {
CompilerCacheConfig getDefaultCompilerCacheConfig() {
return getDefaultClCompilerCacheConfig();
}
} // namespace NEO

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019 Intel Corporation
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -29,5 +29,4 @@ CompilerCacheConfig getDefaultClCompilerCacheConfig() {
return ret;
}
} // namespace NEO