Files
compute-runtime/config.h.in
Weronika Kapusta d6c16c1640 fix: remove compiler cache legacy implementation
Related-To: NEO-10679

Signed-off-by: Weronika Kapusta <weronika.kapusta@intel.com>
2024-05-06 18:28:35 +02:00

14 lines
185 B
C

/*
* Copyright (C) 2018-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#ifndef CONFIG_H
#define CONFIG_H
#cmakedefine NEO_ARCH "${NEO_ARCH}"
#endif /* CONFIG_H */