Files
compute-runtime/core/compiler_interface/default_cache_config.h
Mateusz Jablonski 370424a1e0 Change core inlcudes
Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2020-02-23 18:46:50 +01:00

15 lines
219 B
C++

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