Commit Graph

2724 Commits (cf475f95dfa1c28362b4fdb94930824054c3dce4)

Author SHA1 Message Date
liu zhengxi 724b13e459
fix xception precision problem, test=develop (#22124)
7 years ago
Yiqun Liu b1401fb74d Remove subgraph_detector from inference/analysis to the common framework/ir directory. (#22094)
7 years ago
bingyanghuang 4b4a9cc88f fix format in operator.cc (#22101)
7 years ago
silingtong123 6c20e7c4e6 test=develop, remove unused parameter from class RuntimeInferShapeContext constructors (#22046)
7 years ago
Jacek Czaja b0b27ff699 [MKL-DNN] Conv grad and Batch Norm grad NHWC support (#22088)
7 years ago
Huihuang Zheng dd4361568e
Add ParallelExecutor Test for Cond API and Fix PE Checks Shape Bug (#22029)
7 years ago
Jacek Czaja ad8a9cb82c [MKL-DNN] Pool & LRN Grad Ops NHWC support (#21747)
7 years ago
Yiqun Liu d48320777e
Add the first implememtation of fusion_group op (#19621)
7 years ago
Michał Gallus 6192108408 [DNNL] 3D Fully-Connected (#21746)
7 years ago
liu zhengxi 196e20dfbb
Fix multi-threads memory out of bounds error for passes (#21920)
7 years ago
石晓伟 03479469a7
fix multi-thread error of fc_gru_fuse_pass.cc, test=develop (#21841)
7 years ago
Pei Yang 3e5008ad01
fix trt calib not working bug, test=develop (#21934)
7 years ago
qingqing01 2066745847
Pack imperative/layer into paddle_framework.so (#21921)
7 years ago
Aurelius84 51a86d2b6b Optimize adam speed (#21777)
7 years ago
Thunderbrook c3cf42d0f7
add table id in cache shuffle (#21585)
7 years ago
WangXi 17299b8d21 fix batch_norm_grad infer shape=0 & add allreduce enforce shape, test=develop (#21801)
7 years ago
Huihuang Zheng 557bce77da
Fix Backward Bugs in Conditional Block (#21809)
7 years ago
xujiaqi01 0eb4d990c4
fix compiled error when with_pslib=on (#21769)
7 years ago
lidanqing d3a96632fa Add fc-dequantize squash in cpu_quantize_squash_pass for ernie model (#21714)
7 years ago
WangXi 8754cbd1f2 fix std::min type in nan_inf, test=develop (#21725)
7 years ago
joanna.wozna.intel d419b859c0 Add reshape int8 mkldnn op (#21428)
7 years ago
WangXi 8a0f611b64 Rewrite check nan inf tools (#21076)
7 years ago
tangwei12 9ad940fdfe
memory leak for cpu (#21174)
7 years ago
Zeng Jinle 73461a7ae6
Make OperatorWithKernel::InferShape abstract (#21633)
7 years ago
Zeng Jinle 6828f3684b
fix op_registry, add ignore op_function_impl.h, test=develop (#21654)
7 years ago
Adam e81f0228df MKL-DNN 1.0 Update (#20162)
7 years ago
xujiaqi01 f404157205
fix master patch when slot is dense (#21580)
7 years ago
xujiaqi01 c05706fe73
fix code style of fleet_wrapper (#21639)
7 years ago
xujiaqi01 88960684aa
rm optimize_for in framework.proto (#21571)
7 years ago
Zeng Jinle 0f8888360e
Polish op registry codes (#21561)
7 years ago
hutuxian c5aec2fe68
Paddlebox Related to Framework (#21586)
7 years ago
liym27 9da7e6b4d4
add file check_op_desc.py and add interface to get default value. (#21530)
7 years ago
Pei Yang 122b37ce62
make config option DisableGlogInfo() able to mute all inference logs (#21318)
7 years ago
Jacek Czaja 18a5d30754 [MKL-DNN] Conv2d and Conv2d transpose MKL-DNN NHWC support (#21466)
7 years ago
Zhaolong Xing c5f0293cf3
NV jetson(nano, tx2, xavier) inference compile support (#21393)
7 years ago
Tao Luo 01fa4ead61
fix -Wno-error=sign-compare warning in gcc8 (#21434)
7 years ago
wangchaochaohu d4776ec027
fix the correctness of memcpy profiling result test=develop (#21458)
7 years ago
Jie Fang 5e813b53c5 nhwc optimization for batchnorm (#21090)
7 years ago
Leo Chen e0c9d856fb
add unused input vars check for OpWithKernel, test=develop (#21169)
7 years ago
Huihuang Zheng 630be31952
Fix Cond Bug for Nested Control Flow (#21340)
7 years ago
Jacek Czaja cd43c4440e [MKL-DNN] LRN and Pool2d (FWD) NHWC support (#21375)
7 years ago
Zeng Jinle 6b09b73e17
add explicit conversion to NoNeedBufferVarsFunctor, test=develop (#21430)
7 years ago
hong ac8546701d
Add dygraph execution context (#20157)
7 years ago
Zeng Jinle 09696d5df8
Use system allocator in OpTest (#21335)
7 years ago
Tao Luo c0656dcb1a
remove -Wno-error=sign-compare, make warning as error (#21358)
7 years ago
Zeng Jinle b97fc16d21
fix lod_reset bug, test=develop (#21392)
7 years ago
Zeng Jinle 89966525f1
Polish reference count pass (#21324)
7 years ago
Youwei Song d5ff79e55e Support numpy bridge (enabled by default in dygraph mode) (#20983)
7 years ago
GaoWei8 8493f20ebc Polish the codes of fc when needs padding (#21378)
7 years ago
Michał Gallus 5d7d548275 INT8 Fully-connected (#17641)
7 years ago