Adding git hash info to version output line (#572)

This commit is contained in:
gilbertlee-amd
2022-06-28 16:42:51 -06:00
committed by GitHub
vanhempi d5bea2cfaa
commit a89a9966aa
4 muutettua tiedostoa jossa 63 lisäystä ja 3 poistoa
+12
Näytä tiedosto
@@ -0,0 +1,12 @@
/*************************************************************************
* Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
#ifndef RCCL_GIT_VERSION_H_
#define RCCL_GIT_VERSION_H_
extern const char *rcclGitHash;
#endif