Enable LL128 protocol support (#605)
* Enable LL128 protocol support * Use shared memory object directly when possible
This commit is contained in:
+1
-2
@@ -197,8 +197,7 @@ struct ncclComm {
|
||||
int* intraCudaDevs;
|
||||
int* intraCGMode; // Whether we can use CUDA9 CGMD or not
|
||||
int* intraCC; // Only to check all have the same ComputeCap and disable CGMode if not
|
||||
struct ncclWorkElem args;
|
||||
void* argsptrs[2];
|
||||
void* argsptrs[1];
|
||||
|
||||
struct ncclProxyState proxyState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user