15 lines
403 B
C
15 lines
403 B
C
|
|
/*************************************************************************
|
||
|
|
* Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
|
||
|
|
*
|
||
|
|
* See LICENSE.txt for license information
|
||
|
|
************************************************************************/
|
||
|
|
|
||
|
|
#ifndef NCCL_NVTX_H_
|
||
|
|
#define NCCL_NVTX_H_
|
||
|
|
|
||
|
|
#include "nvtx3.hpp"
|
||
|
|
|
||
|
|
struct nccl_domain{static constexpr char const* name{"NCCL"};};
|
||
|
|
|
||
|
|
#endif
|