"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "4b11eee82e5d97d5a0d10bc9c5d589cf875eae1b"
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():
"--gpu-cache-size",
type=int,
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(
"--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