Commit Graph

2731 Commits (985bceac53bc55a10bc2c9e65a59198d731484fc)

Author SHA1 Message Date
Chen Weihang fc0b21e17b
Polish fetch error message of parallel executor (#22206)
6 years ago
wangchaochaohu 621d3e0b66
fix the bug of profile update (#22207)
6 years ago
Zhen Wang 46189b166d Add bn and relu fuse pass (#22048)
6 years ago
zhongpu d0f0a2520c test Optimizer in dygraph (#21949)
6 years ago
joanna.wozna.intel 5b2e98aa17 Add multiple quantize operators fuse (#22062)
6 years ago
Yiqun Liu 96980c2244
Polish the PADDLE_ENFORCE in fusion_group pass related codes. (#22144)
6 years ago
wangchaochaohu c3876cf82d
add support for nested profiling event and printing in different level (#22061)
6 years ago
liu zhengxi 724b13e459
fix xception precision problem, test=develop (#22124)
6 years ago
Yiqun Liu b1401fb74d Remove subgraph_detector from inference/analysis to the common framework/ir directory. (#22094)
6 years ago
bingyanghuang 4b4a9cc88f fix format in operator.cc (#22101)
6 years ago
silingtong123 6c20e7c4e6 test=develop, remove unused parameter from class RuntimeInferShapeContext constructors (#22046)
6 years ago
Jacek Czaja b0b27ff699 [MKL-DNN] Conv grad and Batch Norm grad NHWC support (#22088)
6 years ago
Huihuang Zheng dd4361568e
Add ParallelExecutor Test for Cond API and Fix PE Checks Shape Bug (#22029)
6 years ago
Jacek Czaja ad8a9cb82c [MKL-DNN] Pool & LRN Grad Ops NHWC support (#21747)
6 years ago
Yiqun Liu d48320777e
Add the first implememtation of fusion_group op (#19621)
6 years ago
Michał Gallus 6192108408 [DNNL] 3D Fully-Connected (#21746)
6 years ago
liu zhengxi 196e20dfbb
Fix multi-threads memory out of bounds error for passes (#21920)
6 years ago
石晓伟 03479469a7
fix multi-thread error of fc_gru_fuse_pass.cc, test=develop (#21841)
6 years ago
Pei Yang 3e5008ad01
fix trt calib not working bug, test=develop (#21934)
6 years ago
qingqing01 2066745847
Pack imperative/layer into paddle_framework.so (#21921)
6 years ago
Aurelius84 51a86d2b6b Optimize adam speed (#21777)
6 years ago
Thunderbrook c3cf42d0f7
add table id in cache shuffle (#21585)
6 years ago
WangXi 17299b8d21 fix batch_norm_grad infer shape=0 & add allreduce enforce shape, test=develop (#21801)
6 years ago
Huihuang Zheng 557bce77da
Fix Backward Bugs in Conditional Block (#21809)
6 years ago
xujiaqi01 0eb4d990c4
fix compiled error when with_pslib=on (#21769)
6 years ago
lidanqing d3a96632fa Add fc-dequantize squash in cpu_quantize_squash_pass for ernie model (#21714)
6 years ago
WangXi 8754cbd1f2 fix std::min type in nan_inf, test=develop (#21725)
6 years ago
joanna.wozna.intel d419b859c0 Add reshape int8 mkldnn op (#21428)
6 years ago
WangXi 8a0f611b64 Rewrite check nan inf tools (#21076)
6 years ago
tangwei12 9ad940fdfe
memory leak for cpu (#21174)
6 years ago
Zeng Jinle 73461a7ae6
Make OperatorWithKernel::InferShape abstract (#21633)
6 years ago
Zeng Jinle 6828f3684b
fix op_registry, add ignore op_function_impl.h, test=develop (#21654)
6 years ago
Adam e81f0228df MKL-DNN 1.0 Update (#20162)
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
xujiaqi01 88960684aa
rm optimize_for in framework.proto (#21571)
6 years ago
Zeng Jinle 0f8888360e
Polish op registry codes (#21561)
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
Pei Yang 122b37ce62
make config option DisableGlogInfo() able to mute all inference logs (#21318)
6 years ago
Jacek Czaja 18a5d30754 [MKL-DNN] Conv2d and Conv2d transpose MKL-DNN NHWC support (#21466)
6 years ago
Zhaolong Xing c5f0293cf3
NV jetson(nano, tx2, xavier) inference compile support (#21393)
6 years ago
Tao Luo 01fa4ead61
fix -Wno-error=sign-compare warning in gcc8 (#21434)
6 years ago
wangchaochaohu d4776ec027
fix the correctness of memcpy profiling result test=develop (#21458)
6 years ago
Jie Fang 5e813b53c5 nhwc optimization for batchnorm (#21090)
6 years ago
Leo Chen e0c9d856fb
add unused input vars check for OpWithKernel, test=develop (#21169)
6 years ago
Huihuang Zheng 630be31952
Fix Cond Bug for Nested Control Flow (#21340)
6 years ago
Jacek Czaja cd43c4440e [MKL-DNN] LRN and Pool2d (FWD) NHWC support (#21375)
6 years ago
Zeng Jinle 6b09b73e17
add explicit conversion to NoNeedBufferVarsFunctor, test=develop (#21430)
6 years ago
hong ac8546701d
Add dygraph execution context (#20157)
6 years ago