未验证 提交 f4562c34 编写于 作者: Z Zeng Jinle 提交者: GitHub

fix typo of allocator, test=develop (#19578)

上级 9a577f2e
......@@ -123,7 +123,7 @@ void* GPUAllocator::Alloc(size_t* index, size_t size) {
" MB GPU memory. Please shrink "
"FLAGS_fraction_of_gpu_memory_to_use or "
"FLAGS_initial_gpu_memory_in_mb or "
"FLAGS_reallocate_gpu_memory_in_mb"
"FLAGS_reallocate_gpu_memory_in_mb "
"environment variable to a lower value. " +
"Current FLAGS_fraction_of_gpu_memory_to_use value is " +
std::to_string(FLAGS_fraction_of_gpu_memory_to_use) +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册