tangwei12
9ad940fdfe
memory leak for cpu ( #21174 )
...
* add fake init for the trainer, fix large memory hold in the trainer
* do not merge recv vars from a remote endpoint, test=develop
* add recv and save op, merge slice var in one op, save memory
* remove hsigmoid with pull sparse, test=develop
5 years ago
Adam
e81f0228df
MKL-DNN 1.0 Update ( #20162 )
...
* MKLDNN v1.0 rebase to Paddle 1.6
test=develop
* Add hacky paddle::string::to_string() implementation
* vectorize<int64-t>() -> vectorize() cleanup
test=develop
* PADDLE_ENFORCE and void_cast fixes
test=develop
* Rebase changes
test=develop
* Cosmetics
test=develop
* Delete MKL from mkldnn.cmake
test=develop
* CMake debug commands
test=develop
* Delete MKLDNN_VERBOSE and rebase fixes
test=develop
* Rebase fixes
test=develop
* Temporarily disable int8 resnet101 vgg16 and vgg19 tests
test=develop
* Add libmkldnn.so.1 to python setup
test=develop
* Add libmkldnn.so.1 to inference_lib cmake after rebase
test=develop
* Post rebase fixes + FC int8 changes
test=develop
* Fix LRN NHWC
test=develop
* Fix NHWC conv3d
test=develop
* Windows build fix + next conv3d fix
test=develop
* Fix conv2d on AVX2 machines
test=develop
5 years ago
Zeng Jinle
708bd9798d
move_flags_to_unified_files_for_management, test=develop ( #19224 )
6 years ago
liuwei1031
0d99690809
fix several security bugs reported by security team ( #18831 )
...
* fix security issue, test=develop
* bug fix, test=develop
* throw an exception when null pointer data with non-zero length PaddleBuf is passed, test=develop
6 years ago
Huihuang Zheng
89bc3fd841
Support memory eager deletion on recurrent OP ( #17710 )
...
Test PaddingRNN on V100 GPU device.
Test configuration: large model, padding mode (which is the mode using recurrentOp), one GPU.
GPU memory (MiB): 6414 (this PR) vs 6837 (without this PR)
Speed (steps/s): 10.28 (this PR) vs 9.89 (without this PR)
6 years ago
Zeng Jinle
c6189637cd
Fix allocator bug ( #16712 )
...
* Revert "Revert "Fix allocator bug""
This reverts commit 174d0d0b90
.
* Revert "fix travis ci"
This reverts commit 5656fa9f7c
.
test=develop
* add inlined_vector.h, test=develop
* add inlined_vector_test,test=develop
6 years ago
dongdaxiang
d4514949bf
remove local random engine in fleet with rand_r()
...
test=develop
6 years ago
dongdaxiang
e82969eeb0
remove getdelim in windows
...
test=develop
6 years ago
dongdaxiang
45eb6f0765
run pre-commit check files and fix code style problem
...
test=develop
6 years ago
dongdaxiang
6be9f719e2
make string_helper dependency work
...
test=develop
6 years ago
xjqbest
e95cafd9a7
fix code style & add dataset testcase
...
test=develop
6 years ago
dongdaxiang
365be5d559
support win32 flag in io.cc shell.cc, fix code style problem in fleet_wrapper, fix lodtensor_printer_test problem
...
test=develop
6 years ago
dongdaxiang
1fe54416c9
move fs.cc and shell.cc into paddle/fluid/framework/io
...
test=develop
6 years ago
Zeng Jinle
174d0d0b90
Revert "Fix allocator bug"
...
add include headers to fix travis-ci
test=develop
6 years ago
sneaxiy
953214ad97
add more unittest
...
modify allocator strategy
remove changes of legacy buddy_allocator
test=develop
6 years ago
sneaxiy
ba4f43fd62
fix compile error in distributed mode
...
test=develop
6 years ago
Yan Chunwei
885c4e57ab
fea/infer memory optim2 ( #14953 )
6 years ago
minqiyang
52b4821a6e
Fix Sprintf problem
...
test=develop
6 years ago
Wu Yi
29d9fb53fc
[Feature] multi process multi gpu dist training, boost v100 performance by 20% ( #14661 )
...
* wip multi process multi gpu dist training
* workable for p2p
* update test=develop
* change back env name test=develop
* fix alloc init
* fix cpu build test=devlop
* fix mac tests test=develop
* refine code
* refine test=develop
6 years ago
Wu Yi
9f33593910
human readable memory warns ( #14361 )
...
* human readable memory warns test=develop
* update test=develop
* refine test=develop
* fix build test=develop
6 years ago
Yan Chunwei
c8744d118d
fea/infer executor and concurrency performance issue bug fix ( #13451 )
...
- add naive executor
- fix concurrency performance issue
7 years ago
Yan Chunwei
0c7f883d4f
small fix ( #13322 )
7 years ago
Yan Chunwei
2fd1bf2ea6
fea/add color log ( #13305 )
7 years ago
minqiyang
0f03cbbde7
Add sprintf test
7 years ago
minqiyang
91c5602d66
Add template specialization back
7 years ago
minqiyang
6335889e97
Change Sprintf back
7 years ago
Yan Chunwei
28172bbb8e
add debug to replacing enforce with GLOG for debug ( #11244 )
7 years ago
Yi Wang
797a7184ac
Unify Fluid code to Google C++ style ( #9685 )
7 years ago
Yi Wang
30061d4831
Fix cpplint errors in paddle/fluid/string ( #9667 )
...
* Fix cpplint errors in paddle/fluid/string
* Fix unit test error
* Correct
7 years ago
qingqing01
24509f4af9
Fix the grammar in copyright. ( #8403 )
7 years ago
Tao Luo
b56f4a4ee2
move code from /paddle/string to /paddle/fluid/string ( #8363 )
7 years ago