Commit Graph

3030 Commits (263a9e97fd02489a8b3d3006417c120df6021e2a)

Author SHA1 Message Date
hutuxian 123255cf9f
change InitializeGPU to InitializeGPUAndLoadModel (#24377)
5 years ago
Chen Weihang aa0f254fbe
Add macro BOOST_GET to enrich the error information of boost :: get (#24175)
5 years ago
Wojciech Uss db052009c7
Enabled quantize all and skip missing in QAT (#24281)
5 years ago
Huihuang Zheng 8a1a2af82e
Add Assert Op (#24280)
5 years ago
joanna.wozna.intel 356f5ee220
[Refactoring] Unify op-dequant squashes (#24277)
5 years ago
liym27 ac9a7eeea4
[Dy2Stat]Support list pop (#24250)
5 years ago
xujiaqi01 1034ca316f
add timeout and http store in communication (#23436)
5 years ago
wawltor d1e1d85881
add the graph batch reader for pslib mode (#24178)
5 years ago
joanna.wozna.intel b43b46e619
[INT8] Add requant-op squash (#24143)
5 years ago
hutuxian 3e2bc8715f
Try to fix UT Random Fail (#24223)
5 years ago
Sylwester Fraczek e1a7a88057
added reshape transpose matmul fuse pass (#23754)
5 years ago
Chen Weihang 9b851ba216
[dy2static] Add print transformer and unify print format (#24068)
5 years ago
wangchaochaohu fa43d74a3a
fix the intermediate node of graph for fusion group test=develop (#24184)
5 years ago
Yiqun Liu ecfddebbef
Add the implementation of inverse (#23310)
5 years ago
liuwei1031 9a93f6aae0
improve efficiency of runtime InferVarType (#22778)
5 years ago
wangchaochaohu 2270864019
Fusion group optimize for cuda codegen(#23940)
5 years ago
ShenLiang 94dfb7d770
opt the postprocess, test=develop (#24155)
5 years ago
Jacek Czaja eb411613e9
[DNNL] refine activations Inplace support (#24145)
5 years ago
Jacek Czaja 461e6a01ec
[DNNL] activations Inplace support (#24123)
5 years ago
Zhang Ting fb0729ee7f
avoid warnings in MAC compile (#24124)
5 years ago
arlesniak d31a174f51
added fusing matmul-transpose-reshape pass (#23866)
5 years ago
Zeng Jinle a67eea9f00
polish code by adding final, test=develop, test=develop (#24114)
5 years ago
Zeng Jinle acef55df04
fix isolated var fetch bug, test=develop (#24070)
5 years ago
Jacek Czaja c6c65c65c7
[DNNL] Added elementwise_add mkl-dnn inplace (#23477)
5 years ago
hutuxian 9ff558a46f
Optimize DataFeed (#23957)
5 years ago
Zhou Wei 7817003795
Optimize the error messages of paddle CUDA API (#23816)
5 years ago
ShenLiang 7f0b2c7407
fix memory leaking problem of dataset, test=develop (#23955)
5 years ago
guofei 2b896c1f6b
Support LoDTensorArray in fetch (#23645)
5 years ago
Yiqun Liu 071a702060
Fix the error misjudgment when there are control nodes in graph. (#23943)
5 years ago
hutuxian df64a96686
support set_test_mode and set comlog level(#23905)
5 years ago
Zhang Ting b88662254b
use 32 bit index to improve expand op (#23899)
5 years ago
yiicy a1e7387919
Variable error message enhancement, test=develop (#23548)
5 years ago
yaoxuefeng 5b69242fab
modify datanorm op test=develop (#23030)
5 years ago
Zeng Jinle c49791362f
Correct reader device index (#23802)
5 years ago
joanna.wozna.intel 12ba05ce0c
Add scale-matmul fuse pass (#23734)
5 years ago
Chen Weihang 532079a222
API (CompiledProgram) error message enhancement (#23559)
5 years ago
wawltor f3d7db98f1
Add the support of bool list for assign_value op (#23774)
5 years ago
zhongpu b4b6763ab2
fix bug for exhaustive_search in conv_fusion_op, test=develop (#23727)
5 years ago
Yiqun Liu 9e85d02373
Avoid crash when calling ctx->HasInputs and add the check of shape in fill_copnstant op. (#23698)
5 years ago
Huihuang Zheng 1d3b0134ca
Error Message Enhancement (#23483)
5 years ago
wangchaochaohu fb34bdb40c
API/OP(fill_constant) error message enhancement (#23584)
5 years ago
liuwei1031 2fd728a978
add new dot op(#23418)
5 years ago
chenhaoze 9b06dd8628
Add three passes and api reference of paddle_pass_builder. test=develop (#23741)
5 years ago
xujiaqi01 d98084e7ec
add save with prefix (#23449)
5 years ago
joanna.wozna.intel 5ee099ca57
Op-requant squash (#23665)
5 years ago
hutuxian 94a3789fd0
Add AfsAPI in PaddleBox (#23419)
5 years ago
liym27 06d4aa4e73
API (BuildStrategy) error message enhancement. (#23462)
5 years ago
Zhen Wang 84cd45f674
Solve the conflict of ops with the same name, test for CI. (#23573)
5 years ago
Zeng Jinle 7f3e0eaad1
refine error msg, test=develop (#23589)
5 years ago
mozga-intel 3baaee9aab
Remove: NGraph engine from PDPD repository (#23545)
5 years ago
Zhang Ting 1b8fe70e48
fix VLOG, test=develop (#23327)
5 years ago
Chen Weihang 45880f604b
API(Program) error message enhancement (#23519)
5 years ago
joanna.wozna.intel 3cb5623dad
Add matmul dequant squash (#23505)
5 years ago
wangchaochaohu c1187cd6f4
Fp16 refine for fusion group (#23472)
5 years ago
joanna.wozna.intel ce08fdcf2b
Add support for INT8 matmul in C-API quantization (#23463)
5 years ago
Aurelius84 8674a82c03
Op (Scope) error message enhancement (#23458)
5 years ago
wangchaochaohu d085f79228
fix untime fail for output var stop_gradient=True for fusion group (#23317)
5 years ago
qingqing01 6162cf2f2e
Make optimizer consistent in dygraph and static-graph and remove some LOG-INFO. (#23426)
5 years ago
ShenLiang 5223e2bbc4
Add a new DataFeed named PaddleBoxDataFeed (#23321)
5 years ago
Chen Weihang 75bd350710
Implement StaticModelRunner to support dygraph fine-tune static graph pre-training model (#23171)
5 years ago
Kaipeng Deng d223a24904
Fix inplace_abn compile error on Windows (#23464)
5 years ago
Tao Luo 0b583235f5
Revert "Solve the conflict of ops with the same name. (#23199)" (#23494)
5 years ago
wawltor 6577f91b74
Add the sum op to API 2.0, add some parameters for new api
5 years ago
Zhen Wang abe3e6906d
Solve the conflict of ops with the same name. (#23199)
5 years ago
tianshuo78520a d8a21ef6f3
test=develop;fix error (#23467)
5 years ago
zhongpu dbfbd7eac4
support Exhaustive search in dygraph (#23415)
5 years ago
gongweibao 24a063f6ac
Add fleet checkpoint on local fs and remote fs(such as hdfs) for EDL (#22586)
5 years ago
wangchaochaohu 5c60778731
polish the code of fusion group test=develop (#23370)
5 years ago
Leo Chen a62599a888
[feature] prune program by feed and fetch_list automatically (#22474)
5 years ago
Yiqun Liu bc2981e998
Disable test_code_generator and test_post_training_quantization_mobilenetv1 (#23440)
5 years ago
Zeng Jinle 29337f4e17
fix conflict of inferne partial feed with gpu parallel ssa graph executor, test=develop (#23400)
5 years ago
zhongpu bfb07aafe8
Revert "Exhaustive search (#22821)", test=develop (#23401)
5 years ago
xujiaqi01 93ea9dd27a
fix stat var in hogwild worker (#23367)
5 years ago
joanna.wozna.intel 8c463700e1
Add default pass attributes (#23042)
5 years ago
zhongpu 48144e4099
Exhaustive search (#22821)
5 years ago
Kaipeng Deng 21d95be0db
Add inplace abn op (#22806)
5 years ago
Yi Liu 821534efd3
add paralell_executor dependancy to collective_helper (#23380)
5 years ago
Zeng Jinle 3a21980b78
add reader dependency pass, test=develop (#23301)
5 years ago
wangchaochaohu d280106007
Add support for attr type Op and add fill_constant Op and scale Op (#23163)
5 years ago
xujiaqi01 3a45767d49
add fleet pslib pull and push sparse op and push dense op (#23139)
5 years ago
Jacek Czaja 2bb1b0e89e
[DNNL] Added MKL-DNN inplace pass for C-API inference (#23315)
5 years ago
Wojciech Uss f836c8aa8f
add check for scales and a message (#23119)
5 years ago
Tao Luo c00d427d52
simplify the cmake log of ir/CMakeLists.txt (#23262)
5 years ago
xujiaqi01 68ea1ad55b
add clear one table (#23089)
5 years ago
danleifeng ae3bb16d06
add MaskAucCalculator in paddlebox (#23157)
5 years ago
Zeng Jinle 53e6f8e1da
rename macro, test=develop (#23161)
5 years ago
Zeng Jinle 7ca77a90ac
add Tensor::IsSharedBufferWith method, test=develop (#23175)
5 years ago
Zeng Jinle b8886bf122
rename no_need_buffer_vars_macro, test=develop (#23159)
5 years ago
Zeng Jinle bae5930ba1
fix graph attr copy issues, test=develop (#23191)
5 years ago
Zeng Jinle acfc9b8a70
Reader sequential and inference partial feed (#22699)
5 years ago
Wilber 95b356a069
update embedding_eltwise_layernorm fuse and kernel. test=develop (#23114)
5 years ago
Zeng Jinle a31d7328b7
Add dygraph double grad implementation (#22939)
5 years ago
Yiqun Liu 3af4771122
Add the detection and code-generation of sqrt and square in fusion_group (#23095)
5 years ago
hutuxian 0c30098f8b
Add need_save_delta parameter to solve OOM (#23097)
5 years ago
Sylwester Fraczek abee05a8c8
added mkldnn swish activation (#23041)
5 years ago
Zhang Ting 880eb04d93
skip PrepareData when it is unnecessary (#22839)
5 years ago
Adam 5842ae6785
Revert "Change ShareDataWith() to TensorCopy() in conv_mkldnn (#22695)" (#22985)
5 years ago
yaoxuefeng 660ff18488
fix datsset test=develop (#23043)
5 years ago
wangchaochaohu 3757e0687c
Add Unittest for backward of fusion group (#22932)
5 years ago
wangchaochaohu f0d193a23c
Cast fusion for fusion group (#22876)
5 years ago
Wilber ff3ddbb502
add skip_layernorm pass. test=develop (#22895)
5 years ago
Adam 056edf3929
Change ShareDataWith() to TensorCopy() in conv_mkldnn (#22695)
5 years ago
Zhaolong Xing 8d6dc102fe
[Ernie GPU Optimize]: Embedding_eltwise_layernorm Fuse (#22494)
5 years ago
Zeng Jinle d33c4343e1
Imperative tracer refactoring (#22457)
5 years ago
liu zhengxi 61fef9754b
Fix fc padding bug during inference fusion (#22860)
5 years ago
wangchaochaohu dbb0b9b3b6
refine the profiler print (#22823)
5 years ago
hong 5191e54494
reduce default attrs for dynamic graph (#22850)
5 years ago
Zhang Ting 72ff5a09c3
fix print bug of profile, test=develop (#22804)
5 years ago
Zhang Ting 4e8bc02461
add fluid.device_guard to specify the device type for Op (#22254)
5 years ago
Zhen Wang 89cfa49156
Unmerged fetch list (#22635)
5 years ago
hutuxian 53a2b68f4e
support customized download command in dataset (#22782)
5 years ago
wangchaochaohu ca9e77a8d4
add sum op support for fusion group (#22771)
5 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
5 years ago
Leo Chen b2c1be851a
support cond in clone, test=develop (#22657)
5 years ago
hutuxian 175954d894
PaddleBox Framework Part2 (#22466)
5 years ago
GaoWei8 cdf5f6fb8c
Add an inference interface to disable FC padding (#22097)
5 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
5 years ago
tangwei12 66a3150135
SYNC with communicaotor (#22344)
5 years ago
Yiqun Liu 22bbd54719
Add the support of fp16 in fusion_group (#22239)
5 years ago
wangchaochaohu c65c6ae534
add flag to control profile level in python API (#22319)
5 years ago
123malin 00594c1c88
support dumping params/grads in transpiler mode (#22490)
5 years ago
flame f7eafca828
remove python inference warning (#22602)
5 years ago
Wilber 9a8203aa25
fix fc_lstm_fuse when multi sub-graph use same fc_bias. test=develop (#22551)
5 years ago
Zhaolong Xing 8acd745c25
[Ernie GPU Optim]: Fuse three fc to multihtead matmul (#22486)
5 years ago
Yiqun Liu 96770f519e
Disable fusion_group for windows and mac in build_strategy. (#22549)
5 years ago
tangwei12 b0675c8193
fix bug with compiledProgram (#22495)
5 years ago
hutuxian 1a7962be97
Paddlebox about box_wrapper (#22497)
5 years ago
yaoxuefeng 2235ee1a5e
multi-loss optimization by adding a DownpourOpt worker (#22025)
5 years ago
zhaoyuchen2018 54970444ce
Improve transpose performance with tile sm copy, test=develop (#22311)
5 years ago
Wilber a90fa54092
Compile without nccl deps. [1/2] (#22509)
5 years ago
guofei 3a59a7a11f
Make assign op support LoDTensorArray and modify while_loop API (#22309)
5 years ago
Yiqun Liu dcfb603897
Enable the detection of subgraph composed of grad ops (#21223)
5 years ago
joanna.wozna.intel 17f2c0899f
Add dequant-scale squash (#22409)
5 years ago
Wilber 7bc4b09500
add WITH_NCCL option for cmake. (#22384)
5 years ago
xujiaqi01 d51ffe860a
fix copy table bug (#22432)
5 years ago
石晓伟 e1b0d7cbb1
remove anakin from code, test=develop (#22420)
5 years ago
xujiaqi01 371f377bea
add GeneralRoleMaker (#22295)
5 years ago
Michał Gallus 269db0d1d1
[DNNL] Fix accuracy in INT8 FC (#22404)
5 years ago
joanna.wozna.intel 3099d9d47c Restore requantize squash (#22399)
5 years ago
Adam e7a9f6bbb7 [Bugfix] Preserve shape in inpalce operators (#22360)
5 years ago
Yiqun Liu b7cac50b64
Implement a common python unittest to test the ir passes. (#22209)
5 years ago
tangwei12 82bc814a57
integrated HALF_ASYNC to communicator (#21869)
5 years ago
Leo Chen 3e5744aa65
Remove unused inputs for some operators (#22284)
5 years ago
lidanqing 895f8da7d6 change std::cout to log(INFO), vlog (#22316)
5 years ago
Zhen Wang e40cfb1010
fix the bug of assert_is_op_output. test=develop (#22262)
5 years ago
Wojciech Uss d3a6647372 improve placement pass tests code coverage (#22197)
5 years ago
zhouwei25 549e6de7ac faster build by reduce by-product, reduce linking library and fix compile warning of std=c++11 (#22164)
5 years ago
xujiaqi01 e3a457d34b
add collective communication library in fleet (#22211)
5 years ago
Zhen Wang f2522e91c4 fix the type error caused by setting bool attr in OpDesc. test=develop (#22257)
5 years ago
Chen Weihang fc0b21e17b
Polish fetch error message of parallel executor (#22206)
5 years ago
wangchaochaohu 621d3e0b66
fix the bug of profile update (#22207)
5 years ago
Zhen Wang 46189b166d Add bn and relu fuse pass (#22048)
5 years ago
zhongpu d0f0a2520c test Optimizer in dygraph (#21949)
5 years ago
joanna.wozna.intel 5b2e98aa17 Add multiple quantize operators fuse (#22062)
5 years ago
Yiqun Liu 96980c2244
Polish the PADDLE_ENFORCE in fusion_group pass related codes. (#22144)
5 years ago
wangchaochaohu c3876cf82d
add support for nested profiling event and printing in different level (#22061)
5 years ago
liu zhengxi 724b13e459
fix xception precision problem, test=develop (#22124)
5 years ago
Yiqun Liu b1401fb74d Remove subgraph_detector from inference/analysis to the common framework/ir directory. (#22094)
5 years ago
bingyanghuang 4b4a9cc88f fix format in operator.cc (#22101)
5 years ago
silingtong123 6c20e7c4e6 test=develop, remove unused parameter from class RuntimeInferShapeContext constructors (#22046)
5 years ago
Jacek Czaja b0b27ff699 [MKL-DNN] Conv grad and Batch Norm grad NHWC support (#22088)
5 years ago
Huihuang Zheng dd4361568e
Add ParallelExecutor Test for Cond API and Fix PE Checks Shape Bug (#22029)
5 years ago
Jacek Czaja ad8a9cb82c [MKL-DNN] Pool & LRN Grad Ops NHWC support (#21747)
5 years ago
Yiqun Liu d48320777e
Add the first implememtation of fusion_group op (#19621)
5 years ago
Michał Gallus 6192108408 [DNNL] 3D Fully-Connected (#21746)
5 years ago
liu zhengxi 196e20dfbb
Fix multi-threads memory out of bounds error for passes (#21920)
5 years ago
石晓伟 03479469a7
fix multi-thread error of fc_gru_fuse_pass.cc, test=develop (#21841)
5 years ago
Pei Yang 3e5008ad01
fix trt calib not working bug, test=develop (#21934)
5 years ago
qingqing01 2066745847
Pack imperative/layer into paddle_framework.so (#21921)
5 years ago
Aurelius84 51a86d2b6b Optimize adam speed (#21777)
5 years ago
Thunderbrook c3cf42d0f7
add table id in cache shuffle (#21585)
5 years ago
WangXi 17299b8d21 fix batch_norm_grad infer shape=0 & add allreduce enforce shape, test=develop (#21801)
5 years ago
Huihuang Zheng 557bce77da
Fix Backward Bugs in Conditional Block (#21809)
5 years ago
xujiaqi01 0eb4d990c4
fix compiled error when with_pslib=on (#21769)
5 years ago
lidanqing d3a96632fa Add fc-dequantize squash in cpu_quantize_squash_pass for ernie model (#21714)
5 years ago
WangXi 8754cbd1f2 fix std::min type in nan_inf, test=develop (#21725)
5 years ago
joanna.wozna.intel d419b859c0 Add reshape int8 mkldnn op (#21428)
5 years ago
WangXi 8a0f611b64 Rewrite check nan inf tools (#21076)
5 years ago
tangwei12 9ad940fdfe
memory leak for cpu (#21174)
5 years ago
Zeng Jinle 73461a7ae6
Make OperatorWithKernel::InferShape abstract (#21633)
5 years ago
Zeng Jinle 6828f3684b
fix op_registry, add ignore op_function_impl.h, test=develop (#21654)
5 years ago
Adam e81f0228df MKL-DNN 1.0 Update (#20162)
5 years ago
xujiaqi01 f404157205
fix master patch when slot is dense (#21580)
5 years ago
xujiaqi01 c05706fe73
fix code style of fleet_wrapper (#21639)
5 years ago
xujiaqi01 88960684aa
rm optimize_for in framework.proto (#21571)
5 years ago
Zeng Jinle 0f8888360e
Polish op registry codes (#21561)
5 years ago
hutuxian c5aec2fe68
Paddlebox Related to Framework (#21586)
5 years ago
liym27 9da7e6b4d4
add file check_op_desc.py and add interface to get default value. (#21530)
5 years ago
Pei Yang 122b37ce62
make config option DisableGlogInfo() able to mute all inference logs (#21318)
5 years ago
Jacek Czaja 18a5d30754 [MKL-DNN] Conv2d and Conv2d transpose MKL-DNN NHWC support (#21466)
5 years ago
Zhaolong Xing c5f0293cf3
NV jetson(nano, tx2, xavier) inference compile support (#21393)
5 years ago
Tao Luo 01fa4ead61
fix -Wno-error=sign-compare warning in gcc8 (#21434)
5 years ago
wangchaochaohu d4776ec027
fix the correctness of memcpy profiling result test=develop (#21458)
5 years ago
Jie Fang 5e813b53c5 nhwc optimization for batchnorm (#21090)
5 years ago
Leo Chen e0c9d856fb
add unused input vars check for OpWithKernel, test=develop (#21169)
5 years ago
Huihuang Zheng 630be31952
Fix Cond Bug for Nested Control Flow (#21340)
5 years ago
Jacek Czaja cd43c4440e [MKL-DNN] LRN and Pool2d (FWD) NHWC support (#21375)
5 years ago
Zeng Jinle 6b09b73e17
add explicit conversion to NoNeedBufferVarsFunctor, test=develop (#21430)
5 years ago
hong ac8546701d
Add dygraph execution context (#20157)
5 years ago
Zeng Jinle 09696d5df8
Use system allocator in OpTest (#21335)
5 years ago