compute-runtime/shared/source/compiler_interface/default_cache_config.h

15 lines
233 B
C++

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