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
360e6cb4
Unverified
Commit
360e6cb4
authored
Nov 04, 2022
by
Hongzhi (Steve), Chen
Committed by
GitHub
Nov 04, 2022
Browse files
mark explicit (#4813)
Co-authored-by:
Steve
<
ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal
>
parent
1e8c645d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/graph/transform/cuda/cuda_to_block.cu
src/graph/transform/cuda/cuda_to_block.cu
+1
-1
src/rpc/network/msg_queue.h
src/rpc/network/msg_queue.h
+1
-1
No files found.
src/graph/transform/cuda/cuda_to_block.cu
View file @
360e6cb4
...
...
@@ -43,7 +43,7 @@ namespace {
template
<
typename
IdType
>
class
DeviceNodeMapMaker
{
public:
DeviceNodeMapMaker
(
explicit
DeviceNodeMapMaker
(
const
std
::
vector
<
int64_t
>&
maxNodesPerType
)
:
max_num_nodes_
(
0
)
{
max_num_nodes_
=
*
std
::
max_element
(
maxNodesPerType
.
begin
(),
...
...
src/rpc/network/msg_queue.h
View file @
360e6cb4
...
...
@@ -93,7 +93,7 @@ class MessageQueue {
* \param queue_size size (bytes) of message queue
* \param num_producers number of producers, use 1 by default
*/
MessageQueue
(
int64_t
queue_size
/* in bytes */
,
explicit
MessageQueue
(
int64_t
queue_size
/* in bytes */
,
int
num_producers
=
1
);
/*!
...
...
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