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
308f099b
Unverified
Commit
308f099b
authored
Feb 04, 2024
by
Muhammed Fatih BALIN
Committed by
GitHub
Feb 04, 2024
Browse files
[GraphBolt][CUDA] Improve GPUCache help string in multiGPU example. (#7081)
parent
95142b84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/multigpu/graphbolt/node_classification.py
examples/multigpu/graphbolt/node_classification.py
+1
-1
No files found.
examples/multigpu/graphbolt/node_classification.py
View file @
308f099b
...
@@ -391,7 +391,7 @@ def parse_args():
...
@@ -391,7 +391,7 @@ def parse_args():
"--gpu-cache-size"
,
"--gpu-cache-size"
,
type
=
int
,
type
=
int
,
default
=
0
,
default
=
0
,
help
=
"The
GPU cache size for input features
."
,
help
=
"The
capacity of the GPU cache, the number of features to store
."
,
)
)
parser
.
add_argument
(
parser
.
add_argument
(
"--mode"
,
"--mode"
,
...
...
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