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

fix_crf_doc
Zeng Jinle 6 years ago committed by GitHub
parent 9a577f2e41
commit f4562c3468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) +

Loading…
Cancel
Save