42d84317cf
git-subtree-dir: projects/rccl git-subtree-mainline:3fd8a0d393git-subtree-split:1f2f9f33ba
14 řádky
384 B
C
14 řádky
384 B
C
/*************************************************************************
|
|
* Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
|
|
*
|
|
* See LICENSE.txt for license information
|
|
************************************************************************/
|
|
|
|
#ifndef PLUGIN_H_
|
|
#define PLUGIN_H_
|
|
|
|
int exampleProfilerStart(int eActivationMask);
|
|
int exampleProfilerStop(void);
|
|
|
|
#endif
|