42d84317cf
git-subtree-dir: projects/rccl git-subtree-mainline:3fd8a0d393git-subtree-split:1f2f9f33ba
17 wiersze
464 B
C
17 wiersze
464 B
C
/*************************************************************************
|
|
* Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
|
|
*
|
|
* See LICENSE.txt for license information
|
|
************************************************************************/
|
|
|
|
#ifndef PRINT_EVENT_H_
|
|
#define PRINT_EVENT_H_
|
|
|
|
#include "nccl/common.h"
|
|
extern ncclDebugLogger_t logFn;
|
|
|
|
void debugEvent(void* eHandle, const char* tag);
|
|
void printEvent(FILE* fh, void* handle);
|
|
|
|
#endif
|