/************************************************************************* * Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved. * * See LICENSE.txt for license information ************************************************************************/ #ifndef NCCL_PROFILER_H_ #define NCCL_PROFILER_H_ #include #include #include "common.h" #include "err.h" #include "profiler_v2.h" #include "profiler_v1.h" #endif // end include guard