13 linhas
366 B
C
Ficheiro executável
13 linhas
366 B
C
Ficheiro executável
/*************************************************************************
|
|
* 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
|