7874a99c75
[ROCm/rccl commit: a79d9e3586]
13 lines
357 B
C
Executable File
13 lines
357 B
C
Executable File
/*************************************************************************
|
|
* Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
|
|
*
|
|
* See LICENSE.txt for license information
|
|
************************************************************************/
|
|
|
|
#ifndef RCCL_SIGNALS_H_
|
|
#define RCCL_SIGNALS_H_
|
|
|
|
void RegisterSignalHandlers();
|
|
|
|
#endif
|