fix: remove compiler cache legacy implementation

Related-To: NEO-10679
Signed-off-by: Kapusta, Weronika <weronika.kapusta@intel.com>
This commit is contained in:
Weronika Kapusta
2024-04-08 15:37:30 +00:00
committed by Compute-Runtime-Automation
parent dc1b60c8e7
commit 864f42116c
18 changed files with 30 additions and 154 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2023 Intel Corporation
* Copyright (C) 2018-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -8,7 +8,6 @@
#ifndef CONFIG_H
#define CONFIG_H
#cmakedefine CL_CACHE_LOCATION "${CL_CACHE_LOCATION}"
#cmakedefine NEO_ARCH "${NEO_ARCH}"
#endif /* CONFIG_H */