rings.h 527 Bytes
Newer Older
lishen's avatar
lishen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*************************************************************************
 * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
 *
 * See LICENSE.txt for license information
 ************************************************************************/
namespace sccl {
namespace hardware {
namespace topology {
namespace detect {

scclResult_t scclBuildRings(int nrings, int* rings, int rank, int nranks, int* prev, int* next);

} // namespace detect
} // namespace topology
} // namespace hardware
} // namespace sccl