8157437273
* Add missing copyright headers in rocprofiler-systems * Update python-tests * Update causal test --------- Co-authored-by: David Galiffi <David.Galiffi@amd.com>
14 lines
471 B
C
14 lines
471 B
C
/*************************************************************************
|
|
* Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved.
|
|
* Modifications Copyright (c) 2020-2022 Advanced Micro Devices, Inc. All rights reserved.
|
|
*
|
|
* See LICENSE.txt for license information
|
|
************************************************************************/
|
|
|
|
#ifndef RCCL_TESTS_GIT_VERSION_H_
|
|
#define RCCL_TESTS_GIT_VERSION_H_
|
|
|
|
extern const char* rcclTestsGitHash;
|
|
|
|
#endif
|