Files
compute-runtime/runtime/compiler_interface/default_cl_cache_config.h
Jaroslaw Chodor 3181939892 [3/N] compiler interface refactor - cache
Change-Id: Iac1f36f7f505b100e65c2b44dff7f1689f99bfe5
2019-10-21 23:29:49 +02:00

16 lines
227 B
C++

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