Files
compute-runtime/core/compiler_interface/default_cache_config.h
Maciej Plewka 52931156ed Move execution environment to Core
Change-Id: I3f5a1f5ef97f058f91d0be7e3c33df7fff04062e
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2020-02-06 15:00:37 +01:00

15 lines
224 B
C++

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "core/compiler_interface/compiler_cache.h"
namespace NEO {
CompilerCacheConfig getDefaultCompilerCacheConfig();
}