mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
This reverts commit 864f42116c.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
15 lines
239 B
C
15 lines
239 B
C
/*
|
|
* Copyright (C) 2018-2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#cmakedefine CL_CACHE_LOCATION "${CL_CACHE_LOCATION}"
|
|
#cmakedefine NEO_ARCH "${NEO_ARCH}"
|
|
|
|
#endif /* CONFIG_H */
|