mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 01:36:10 +00:00
both allgather algorithms
This commit is contained in:
@@ -180,7 +180,7 @@ int main(int argc, const char *argv[])
|
||||
|
||||
int *data_d;
|
||||
uint64_t *flag_d;
|
||||
size_t data_size = 1024*1024*1024;
|
||||
size_t data_size = 1024*1024;
|
||||
int nelemsPerGPU = data_size / sizeof(int) / world_size;
|
||||
CUDACHECK(cudaMalloc(&data_d, data_size));
|
||||
CUDACHECK(cudaMalloc(&flag_d, sizeof(uint64_t)));
|
||||
|
||||
Reference in New Issue
Block a user