mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

Appened ocloc interface with new 'query' feature. Using this feature now one can extract HEAD hash and version of neo. Signed-off-by: Bushev, Dmitry <dmitry.bushev@intel.com>
15 lines
279 B
C
15 lines
279 B
C
/*
|
|
* Copyright (C) 2018-2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#ifndef DRIVER_VERSION_H
|
|
#define DRIVER_VERSION_H
|
|
|
|
#cmakedefine NEO_OCL_DRIVER_VERSION ${NEO_OCL_DRIVER_VERSION}
|
|
#cmakedefine NEO_REVISION "${NEO_REVISION}"
|
|
|
|
#endif /* DRIVER_VERSION_H */
|