feature: Define L0 Driver API for Driver Version String

Related-To: NEO-11752

- Adds zeIntelGetDriverVersionString to report the driver
version string to the user in the format:
Major.Minor.Patch+Optional

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
This commit is contained in:
Neil R. Spruit
2024-06-21 16:42:37 +00:00
committed by Compute-Runtime-Automation
parent cf71353d84
commit 0daa0335cf
9 changed files with 168 additions and 0 deletions

View File

@ -12,5 +12,6 @@
#cmakedefine NEO_REVISION "${NEO_REVISION}"
#define NEO_VERSION_BUILD ${NEO_VERSION_BUILD}
#define NEO_VERSION_HOTFIX ${NEO_VERSION_HOTFIX}
#endif /* DRIVER_VERSION_H */