19 řádky
445 B
C
19 řádky
445 B
C
|
|
/*************************************************************************
|
||
|
|
* Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
|
||
|
|
*
|
||
|
|
* See LICENSE.txt for license information
|
||
|
|
************************************************************************/
|
||
|
|
|
||
|
|
#ifndef NCCL_PROFILER_H_
|
||
|
|
#define NCCL_PROFILER_H_
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
#include <stdlib.h>
|
||
|
|
|
||
|
|
#include "common.h"
|
||
|
|
#include "err.h"
|
||
|
|
|
||
|
|
#include "profiler_v1.h"
|
||
|
|
|
||
|
|
#endif // end include guard
|