2024-09-10 05:57:10 -07:00
|
|
|
/*************************************************************************
|
|
|
|
|
* 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"
|
|
|
|
|
|
2024-12-18 08:26:06 -08:00
|
|
|
#include "profiler_v2.h"
|
2024-09-10 05:57:10 -07:00
|
|
|
#include "profiler_v1.h"
|
|
|
|
|
|
|
|
|
|
#endif // end include guard
|