"vscode:/vscode.git/clone" did not exist on "b5afaeac654d9bf1bc40caca69b900bed4e6c8ef"
Unverified Commit 27b05584 authored by Chao Ma's avatar Chao Ma Committed by GitHub
Browse files

change msg_seq from int to int_64 (#2410)

parent 95dc971b
......@@ -380,7 +380,7 @@ DGL_REGISTER_GLOBAL("distributed.rpc._CAPI_DGLRPCFastPull")
int group_count = args[3];
int client_id = args[4];
int service_id = args[5];
int msg_seq = args[6];
int64_t msg_seq = args[6];
std::string pickle_data = args[7];
NDArray ID = args[8];
NDArray part_id = args[9];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment