You need to sign in or sign up before continuing.
Unverified Commit 308f099b authored by Muhammed Fatih BALIN's avatar Muhammed Fatih BALIN Committed by GitHub
Browse files

[GraphBolt][CUDA] Improve GPUCache help string in multiGPU example. (#7081)

parent 95142b84
...@@ -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",
......
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