Merge remote-tracking branch 'nccl/master' into no-target-id
[ROCm/rccl commit: d469947641]
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
#ifndef NCCL_NVTX_STUB_H_
|
||||
#define NCCL_NVTX_STUB_H_
|
||||
|
||||
struct nccl_domain{static constexpr char const* name{"NCCL"};};
|
||||
|
||||
#define NVTX3_FUNC_RANGE_IN(domain)
|
||||
#define nvtxNameOsThreadA(syscall, thread)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user