Files
rocm-systems/ext-profiler/example/nccl/profiler.h
T

19 řádky
445 B
C
Surový Normální zobrazení Historie

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"
#include "profiler_v1.h"
#endif // end include guard