Files
compute-runtime/runtime/compiler_interface/default_cache_config.cpp

18 lines
348 B
C++
Raw Normal View History

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/compiler_interface/default_cache_config.h"
#include "runtime/compiler_interface/default_cl_cache_config.h"
namespace NEO {
CompilerCacheConfig getDefaultCompilerCacheConfig() {
return getDefaultClCompilerCacheConfig();
}
} // namespace NEO