Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
27b05584
Unverified
Commit
27b05584
authored
Dec 09, 2020
by
Chao Ma
Committed by
GitHub
Dec 09, 2020
Browse files
change msg_seq from int to int_64 (#2410)
parent
95dc971b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/rpc/rpc.cc
src/rpc/rpc.cc
+1
-1
No files found.
src/rpc/rpc.cc
View file @
27b05584
...
@@ -380,7 +380,7 @@ DGL_REGISTER_GLOBAL("distributed.rpc._CAPI_DGLRPCFastPull")
...
@@ -380,7 +380,7 @@ DGL_REGISTER_GLOBAL("distributed.rpc._CAPI_DGLRPCFastPull")
int
group_count
=
args
[
3
];
int
group_count
=
args
[
3
];
int
client_id
=
args
[
4
];
int
client_id
=
args
[
4
];
int
service_id
=
args
[
5
];
int
service_id
=
args
[
5
];
int
msg_seq
=
args
[
6
];
int
64_t
msg_seq
=
args
[
6
];
std
::
string
pickle_data
=
args
[
7
];
std
::
string
pickle_data
=
args
[
7
];
NDArray
ID
=
args
[
8
];
NDArray
ID
=
args
[
8
];
NDArray
part_id
=
args
[
9
];
NDArray
part_id
=
args
[
9
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment