2020-02-05 15:30:17 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2020 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/compiler_interface/default_cache_config.h"
|
2020-02-05 15:30:17 +08:00
|
|
|
|
2020-02-23 05:50:57 +08:00
|
|
|
#include "opencl/source/compiler_interface/default_cl_cache_config.h"
|
2020-02-05 15:30:17 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
CompilerCacheConfig getDefaultCompilerCacheConfig() {
|
|
|
|
return getDefaultClCompilerCacheConfig();
|
|
|
|
}
|
|
|
|
|
|
|
|
} // namespace NEO
|