Files
rocm-systems/src/graph/rings.h
T

8 lines
358 B
C
Raw Normal View History

2019-11-19 14:57:39 -08:00
/*************************************************************************
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
ncclResult_t ncclBuildRings(int nrings, int* rings, int rank, int nranks, int* prev, int* next);