зеркало из https://github.com/microsoft/msccl.git
done on 64 gpus
This commit is contained in:
Родитель
f7837e5614
Коммит
7af77c04b8
|
@ -611,10 +611,9 @@ ncclResult_t scklGetAlgoFromXMLAndSetComm(struct ncclComm* comm) {
|
|||
char* str = getenv("SCKL_XML_FILE");
|
||||
if (str){
|
||||
INFO(NCCL_ENV, "SCKL_XML_FILE set by environment to %s", str);
|
||||
struct ncclXml xml_alloc;
|
||||
struct ncclXml* xml = &xml_alloc;
|
||||
struct ncclXml* xml;
|
||||
|
||||
// NCCLCHECK(ncclCalloc(&xml, 1));
|
||||
NCCLCHECK(ncclCalloc(&xml, 1));
|
||||
NCCLCHECK(scklGetXmlAlgoFromFile(str, xml));
|
||||
int rank = comm->rank;
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
// A few constraints to make the implementation easy
|
||||
#define MAX_STR_LEN 255
|
||||
#define MAX_ATTR_COUNT 16
|
||||
#define MAX_SUBS 32
|
||||
#define MAX_NODES 1024
|
||||
#define MAX_SUBS 128
|
||||
#define MAX_NODES 16384
|
||||
|
||||
#define NODE_TYPE_NONE 0
|
||||
#define NODE_TYPE_OPEN 1
|
||||
|
|
Загрузка…
Ссылка в новой задаче