Merge remote-tracking branch 'nccl/master' into v2.6.4_merge

Этот коммит содержится в:
Wenkai Du
2020-04-01 13:21:38 -07:00
родитель ebc823e603 533e3702cf
Коммит fa36fd9ef9
53 изменённых файлов: 3811 добавлений и 1517 удалений
+2 -2
Просмотреть файл
@@ -1,4 +1,3 @@
#include "hip/hip_runtime.h"
/*************************************************************************
* Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
@@ -32,7 +31,8 @@
#define DECL_COLL3(coll, op, dtype) \
DECL_COLL4(coll##Ring, op, dtype) \
DECL_COLL4(coll##Tree, op, dtype)
DECL_COLL4(coll##Tree, op, dtype) \
DECL_COLL4(coll##CollNet, op, dtype)
#define DECL_COLL2(coll, op) \
DECL_COLL3(coll, op, i8) \