Commit Graph

16365 Commits (6828f3684bc3db37ec02b80c20b1e3537823baf3)

Author SHA1 Message Date
Zeng Jinle 6828f3684b
fix op_registry, add ignore op_function_impl.h, test=develop (#21654)
6 years ago
GaoWei8 5af0c7ba89 Modify padding strategy: remove weight copy in fc padding (#21650)
6 years ago
Chen Weihang d96acc3363
Refine dygraph DataLoader implementation (#21634)
6 years ago
wangchaochaohu 5eec8cf5af
fix the mean grad OP performance improvement test=develop (#21658)
6 years ago
Zeng Jinle 29f64c8c9e
refine some grad op makers, test=develop (#21629)
6 years ago
mapingshuo e2d849b989
Dropout with seed (#21590)
6 years ago
Adam e81f0228df MKL-DNN 1.0 Update (#20162)
6 years ago
rensilin 7f5d532a9c fix: fail to call ZeroCopyTensor::mutable_data() when device_id is no… (#21461)
6 years ago
xujiaqi01 f404157205
fix master patch when slot is dense (#21580)
6 years ago
xujiaqi01 c05706fe73
fix code style of fleet_wrapper (#21639)
6 years ago
wangchaochaohu 95b95a284b
Mean gpu optimize (#21643)
6 years ago
Leo Chen 48600d7f17
Add op function generator for dygraph (#21569)
6 years ago
lidanqing fbf9eca0d3 QAT Int8 document (#21360)
6 years ago
liym27 be6a639655
Add CI for checking Input/Output/Attr of modified Ops (#21522)
6 years ago
Leo Chen 4f81d1bd5f
Refine VarBase init function (#21587)
6 years ago
Leo Chen 84b7267100
dygraph_grad_maker supports varbase without grad_var (#21524)
6 years ago
xujiaqi01 88960684aa
rm optimize_for in framework.proto (#21571)
6 years ago
Zeng Jinle 0f8888360e
Polish op registry codes (#21561)
6 years ago
Aurelius84 3d9dee575e
Set lod_level of Out in compile time of sequence_pool_op (#21604)
6 years ago
zhouwei25 346705967d monitoring changes of unittest, delete one unittest will need approve (#21377)
6 years ago
Zeng Jinle 97e76cb96d
refine dev_ctx.Wait() exception throw, test=develop (#21600)
6 years ago
Huihuang Zheng 1dcf6a7212
Add Much Complex Test and Fix Bugs for Control Flow cond API (#21532)
6 years ago
hutuxian c5aec2fe68
Paddlebox Related to Framework (#21586)
6 years ago
liym27 9da7e6b4d4
add file check_op_desc.py and add interface to get default value. (#21530)
6 years ago
Jacek Czaja 8f5a93a07b - Fix to regression in performance of ResNet-50 training (#21588)
6 years ago
Jacek Czaja 9ce0e29dc3 [MKL-DNN] Batch norm mkl-dnn NHWC support (#21553)
6 years ago
Zeng Jinle 3a7caf481c
add grad maker assert, test=develop (#21564)
6 years ago
Huihuang Zheng b241c7329c
Refine a Warning Which Can Occur Not Only During Init (#21546)
6 years ago
Pei Yang 20d61414b4
fix glog warning, test=develop (#21573)
6 years ago
wangchaochaohu 932aca162d
Add Branch to avoid CPU profiler warning print (#21556)
6 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
6 years ago
Youwei Song cdba41af4d dygraph Embedding layer use lookuptable v2 (#21209)
6 years ago
Pei Yang 122b37ce62
make config option DisableGlogInfo() able to mute all inference logs (#21318)
6 years ago
wangchaochaohu 4c9b3dafa7
fill_constant_batch_size_like OP precious problem fix (#21337)
6 years ago
Aurelius84 fa7cff1fee
Add CI for checking registered data_type of new Op (#21488)
6 years ago
Zhaolong Xing da7748c53d
add conv, depthwise_conv, pooling (#20966)
6 years ago
WangXi 768f9242e9 Fix dgc clip & rampup step, test=develop (#21491)
6 years ago
hong 0b75a0c10b add overrider for virtual function to avoid warning (#21503)
6 years ago
Aurelius84 54382ce497
Add get_all_kernels api of registered data_type in pybind.cc (#21499)
6 years ago
Zeng Jinle 3662fb71a7
remove eval() calls in Eigen, test=develop (#21498)
6 years ago
Jacek Czaja 18a5d30754 [MKL-DNN] Conv2d and Conv2d transpose MKL-DNN NHWC support (#21466)
6 years ago
GaoWei8 250a192181 Add ernie large c++ inference test (#21365)
6 years ago
zhongpu 6ebf0f47b8 support SelectedRows in dygraph, test=develop (#21078)
6 years ago
Tao Luo 70eb397677
remove unused snappy/snappystream depends in distributed codes (#21484)
6 years ago
lilong12 0bc8bdf724
set dim[0] to -1 if dim[0] < 0 during compiling for c_allgather op (#21402)
6 years ago
Zhaolong Xing c5f0293cf3
NV jetson(nano, tx2, xavier) inference compile support (#21393)
6 years ago
Zhaolong Xing b39c011637
specify the auto growth allocator for inference. (#21448)
6 years ago
tangwei12 0bddb951c2
fix async mode, test=develop (#21367)
6 years ago
Zeng Jinle 81ef8b7f8f
Fix CI DefaultGradOpMaker check (#21482)
6 years ago
Huihuang Zheng a71f53d7ac
Add warning message when initialize GLOG failed. (#21487)
6 years ago