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
parent d5bea2cfaa
commit a89a9966aa
4 changed files with 63 additions and 3 deletions
+12
View File
@@ -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