Files
compute-runtime/config.h.in
Neil R. Spruit b580e4e023 feature: Enable Support for reading updated StateSaveHeaders
Related-To: NEO-16518

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
2025-11-19 16:42:42 +01:00

15 lines
224 B
C

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