Size up IPC buffers to multiples of 2MB

Avoid potential CUDA error in concurrent communicator initialization
このコミットが含まれているのは:
Ke Wen
2019-07-12 08:30:05 -07:00
コミット c8c68fb5f7
2個のファイルの変更5行の追加3行の削除
+1 -1
ファイルの表示
@@ -23,7 +23,7 @@ struct cudaLaunchParams {
#define CACHE_LINE_SIZE 128
#define MEM_ALIGN 4096
#define CUDA_IPC_MIN 2097152UL /* 2MiB - not currently used */
#define CUDA_IPC_MIN 2097152UL
struct ncclSendMem {
union {