Question on memory allocators.
Created by: jczaja
By default PaddlePaddle is NOT using system allocator for memory allocation. FLAGS_use_system_allocator = False. https://github.com/PaddlePaddle/Paddle/blob/dfb3ae1b9b44f351526d0f5b04e2656e127ed9be/paddle/fluid/memory/allocation/allocator_facade.cc#L117
What is adventage of NOT using system allocator for CPU workloads?