Commit Graph

216 Commits (79fa8fb0df524cc5efbe5cd7a91acac7b721e5cf)

Author SHA1 Message Date
Zeng Jinle cd1c404353
refine err msg of allocator, test=develop (#20804)
5 years ago
liuwei1031 569951c418
improve the efficiency of BuddyAllocator (#19888)
5 years ago
Zeng Jinle b8aff5e5e9
fix buddy_allocator_test, test=develop (#19967)
5 years ago
Zeng Jinle 37f76407b0
fix cuda dev_ctx allocator cmake deps, test=develop (#19953)
5 years ago
Zeng Jinle 80e0f547bb
fix allocator ut,test=develop (#19945)
5 years ago
Zeng Jinle 747d44980a
Refine err msg of out of gpu memory (#19779)
5 years ago
Zeng Jinle 8359b415e4
add free chunks to auto growth allocator, test=develop (#19890)
5 years ago
Zeng Jinle 13ca364ceb
remove some flags and add comments to some flags, test=develop (#19813)
5 years ago
Huihuang Zheng a0d80754c5
Add comments for CUDA Device Context Allocator related stuff (#19809)
5 years ago
Zeng Jinle b34933d9ee
fix retry allocator bug, test=develop (#19794)
5 years ago
Huihuang Zheng 12542320c5
Replace TemporaryAllocator by CUDADeviceContextAllocator (#18989)
6 years ago
Zeng Jinle a7691603a5
add gpu_allocator_try_time config, test=develop (#19675)
6 years ago
Zeng Jinle 2db40d9f60
reduce thread num of retry_allocator_test,test=develop (#19638)
6 years ago
Zeng Jinle e045aadf9a
fix retry_allocator_test by removing glog envs, test=develop (#19596)
6 years ago
Zeng Jinle 578cccd48c fix parallel compilation error of allocator (#19581)
6 years ago
Zeng Jinle f4562c3468
fix typo of allocator, test=develop (#19578)
6 years ago
Zeng Jinle 0a73f7202a
Add retry_allocator for gpu (#19409)
6 years ago
Tao Luo 02270b3eb1
remove unused assert.h (#19529)
6 years ago
chengduo a8a9823dae
add memory profiler (#19320)
6 years ago
Tao Luo 6527a7df67
replace part of PADDLE_ASSERT to PADDLE_ENFORCE (#19285)
6 years ago
Zeng Jinle 708bd9798d
move_flags_to_unified_files_for_management, test=develop (#19224)
6 years ago
Zeng Jinle 08fa98f7cc
Fix gpu_info PADDLE_ENFORCE_GT when fraction_of_gpu_memory_to_use=1.0 (#18950)
6 years ago
Huihuang Zheng ea6ee76fa9
GPU allocation uses fraction of available memory (#18896)
6 years ago
Zeng Jinle ae58afc546
Feature/auto_growth_allocator (#18561)
6 years ago
tangwei12 db212bb932
delete AllocatorFacade destructor (#18606)
6 years ago
Tao Luo 3c9755bbb9
remove unused jemalloc option (#18314)
6 years ago
Huihuang Zheng 3f55ab0f89
Modify format of GPU allocation failure log. (#18034)
6 years ago
Zeng Jinle 3ece61f71e
Remove attribute in Allocator::Allocate (#17878)
6 years ago
Zeng Jinle 4aa931dd85
Code clean of Allocator (#17602)
6 years ago
Zeng Jinle c6189637cd
Fix allocator bug (#16712)
6 years ago
Zeng Jinle 6fafd37e12
fix retry_allocator (#17245)
6 years ago
chengduo 3c6ab799cd
Remove unnecessary set_devices (#17158)
6 years ago
Zeng Jinle 08773b6069
fix reader default stream,test=develop (#17106)
6 years ago
Zeng Jinle 174d0d0b90 Revert "Fix allocator bug"
6 years ago
sneaxiy 318072c26b add comments of allocator design
6 years ago
sneaxiy 2d92b6be98 merge develop
6 years ago
sneaxiy c20db6357b split PR
6 years ago
sneaxiy c75a880386 fix windows bug
6 years ago
sneaxiy 953214ad97 add more unittest
6 years ago
zhhsplendid 124f1df481 Add flags for init and re-alloc gpu
6 years ago
zhhsplendid 22715487dc add allocator flags
6 years ago
sneaxiy fd23262e0c merge develop, fix conflict
6 years ago
sneaxiy e893cbd286 add auto increment best fit allocator
6 years ago
sneaxiy 682f2dbf29 merge develop
6 years ago
sneaxiy 2c4fcaa683 merge develop
6 years ago
chengduo 0979956619
Add memory profiler (#16137)
6 years ago
Qiyang Min 1f4aa7a202 Imperative remove all descs (#16045)
6 years ago
chengduo ad80bde824
Revert "Revert "Add Event for TensorCopy"" (#16035)
6 years ago
sneaxiy 2a639d5c2a add allocator chain to fix bug
6 years ago
chengduo e2da3a5b22
Revert "Add Event for TensorCopy" (#16022)
6 years ago
chengduo 7235fd662b
Add Event for TensorCopy (#15953)
6 years ago
liuwei1031 4c7b6e2e67 fix comment, test=develop
6 years ago
liuwei1031 b20a21e299 fix comments of PR 15529, test=develop
6 years ago
chengduo ad61e1b22c
fix potential bug (#15688)
6 years ago
Gabor Buella da9c94da33 Clang build fixes (#15628)
6 years ago
dzhwinter 381f2015a5
Merge pull request #15665 from dzhwinter/experiment/refactor_memory
6 years ago
dzhwinter 04e9776aef add details. test=develop
6 years ago
Dun Liang ceec13562c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_checkpoint
6 years ago
Dun Liang bc92192747 Fix Pr #15296
6 years ago
dzhwinter ce0394bcd0 merge develop branch. test=develop
6 years ago
liuwei1031 6e84eb131f expose peak gpu memory API to python test=develop (#15529)
6 years ago
Qiyang Min 6000a6e76e
Merge pull request #15312 from velconia/add_pyramid_dnn_support
6 years ago
liuwei1031 5d026a881a Gpu memory monitoring (#15436)
6 years ago
minqiyang ac80273686 Change definitions to PADDLE_WITH_JEMALLOC
6 years ago
minqiyang 29ceb93126 Use malloc and free in JeMalloc
6 years ago
Wu Yi 29d9fb53fc
[Feature] multi process multi gpu dist training, boost v100 performance by 20% (#14661)
6 years ago
gongweibao 50a698525d
Fix log level (#14692)
6 years ago
minqiyang a02ce58f2c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_vlog
6 years ago
wopeizl db9284ecde
Merge pull request #14617 from wopeizl/windows/online
6 years ago
peizhilin 38715e6fd0 minor fix
6 years ago
sneaxiy f3522a11d2 fix mac unittest bug
6 years ago
minqiyang 53433d7f2e Revert the changes of VLOG
6 years ago
JiabinYang 47c4e65d60 test=develop
6 years ago
wopeizl d9a1f3e58e Windows/online (#14474)
6 years ago
Yu Yang b3364d4035 fix(Macos): fix compile on macos
6 years ago
Yu Yang d424115f9e Clean code
6 years ago
Yu Yang b12c77dae2 Fix unittests
6 years ago
Yu Yang 19e669a992 Add legacy_allocator
6 years ago
Yu Yang 1cb7e7dda2 fix(allocation): fix ut
6 years ago
Yu Yang c8f6e70ab4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
6 years ago
Yu Yang e5c4cf6140 Polish allocation
6 years ago
Yu Yang 0d6718fcbd Pass compile
6 years ago
Yu Yang d93b2d0365 Refine code
6 years ago
Yu Yang ea81f8eed2 Clean interface of allocator
6 years ago
Wu Yi 9f33593910
human readable memory warns (#14361)
6 years ago
Yu Yang 02631965c8 Refine
6 years ago
sneaxiy d231e55065 merge develop
6 years ago
sneaxiy cf8d2e67e3 clean buffered_allocator
6 years ago
Yu Yang 1420c3b155 Add enum AllocatorStrategy
6 years ago
Yu Yang b59a9bfb7c Clean buffered_allocator
6 years ago
minqiyang 87450b9ad4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_vlog
6 years ago
Zhaolong Xing ba8b5619a3
Revert "cherry picked windows patches."
6 years ago
minqiyang fcc0452c8b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_vlog
6 years ago
minqiyang 0c3227a523 Change the origin VLOG level to 10 times
6 years ago
sneaxiy c7305fbe2f buffered_allocator: add unittest and fix bug
6 years ago
sneaxiy 2bef0ca346 add buffered_allocator
6 years ago
dzhwinter ebfe5a02b3 merge develop branch
6 years ago
dzhwinter 7141debe38 add cudnn back. staged.
6 years ago
Yu Yang 71c846ef8a Revert buggy changes
6 years ago
Yu Yang 1d4d4e73ab Remove place hash
6 years ago