You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/fluid/memory/allocation
Zeng Jinle d41d802ba3
Add flags to limit gpu memory (#22793)
5 years ago
..
CMakeLists.txt Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541) 5 years ago
aligned_allocator.cc Feature/auto_growth_allocator (#18561) 6 years ago
aligned_allocator.h Feature/auto_growth_allocator (#18561) 6 years ago
allocator.cc Remove attribute in Allocator::Allocate (#17878) 6 years ago
allocator.h Add retry_allocator for gpu (#19409) 6 years ago
allocator_facade.cc Use system allocator in OpTest (#21335) 5 years ago
allocator_facade.h Remove attribute in Allocator::Allocate (#17878) 6 years ago
allocator_facade_abs_flags_test.cc Feature/auto_growth_allocator (#18561) 6 years ago
allocator_facade_frac_flags_test.cc Feature/auto_growth_allocator (#18561) 6 years ago
allocator_strategy.cc move_flags_to_unified_files_for_management, test=develop (#19224) 6 years ago
allocator_strategy.h Feature/auto_growth_allocator (#18561) 6 years ago
auto_growth_best_fit_allocator.cc ag allocator by default, test=develop (#21837) 5 years ago
auto_growth_best_fit_allocator.h add free chunks to auto growth allocator, test=develop (#19890) 6 years ago
auto_growth_best_fit_allocator_facade_test.cc Feature/auto_growth_allocator (#18561) 6 years ago
auto_growth_best_fit_allocator_test.cc Add some debug flags to auto growth allocator (#21766) 5 years ago
best_fit_allocator.cc Add retry_allocator for gpu (#19409) 6 years ago
best_fit_allocator.h Remove attribute in Allocator::Allocate (#17878) 6 years ago
best_fit_allocator_test.cc fix -Wno-error=sign-compare warning in gcc8 (#21434) 5 years ago
best_fit_allocator_test.cu Remove attribute in Allocator::Allocate (#17878) 6 years ago
buffered_allocator.cc Remove attribute in Allocator::Allocate (#17878) 6 years ago
buffered_allocator.h Remove attribute in Allocator::Allocate (#17878) 6 years ago
buffered_allocator_test.cc Remove attribute in Allocator::Allocate (#17878) 6 years ago
cpu_allocator.cc Remove attribute in Allocator::Allocate (#17878) 6 years ago
cpu_allocator.h Remove attribute in Allocator::Allocate (#17878) 6 years ago
cuda_allocator.cc Add flags to limit gpu memory (#22793) 5 years ago
cuda_allocator.h remove cuda allocator ctor, test=develop (#22212) 5 years ago
cuda_device_context_allocator.h change cuda enforce & add example (#21142) 5 years ago
locked_allocator.cc Remove attribute in Allocator::Allocate (#17878) 6 years ago
locked_allocator.h Remove attribute in Allocator::Allocate (#17878) 6 years ago
mmap_allocator.cc Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541) 5 years ago
mmap_allocator.h Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541) 5 years ago
mmap_allocator_test.cc Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541) 5 years ago
naive_best_fit_allocator.cc lazy init of allocators, test=develop (#20854) 5 years ago
naive_best_fit_allocator.h Add retry_allocator for gpu (#19409) 6 years ago
pinned_allocator.cc Remove attribute in Allocator::Allocate (#17878) 6 years ago
pinned_allocator.h Remove attribute in Allocator::Allocate (#17878) 6 years ago
retry_allocator.cc Add retry_allocator for gpu (#19409) 6 years ago
retry_allocator.h Add retry_allocator for gpu (#19409) 6 years ago
retry_allocator_test.cc refine error message of allocator again, test=develop (#21023) 5 years ago
test_aligned_allocator.cc fix -Wno-error=sign-compare warning in gcc8 (#21434) 5 years ago