mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
[3/N] compiler interface refactor - cache
Change-Id: Iac1f36f7f505b100e65c2b44dff7f1689f99bfe5
This commit is contained in:
15
runtime/compiler_interface/default_cl_cache_config.h
Normal file
15
runtime/compiler_interface/default_cl_cache_config.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright (C) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/compiler_interface/compiler_cache.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
CompilerCacheConfig getDefaultClCompilerCacheConfig();
|
||||
}
|
||||
Reference in New Issue
Block a user