Commit Graph

207 Commits (952508527a94de94a78c9250545dcd2d37d21ff4)

Author SHA1 Message Date
Chen Weihang 8da0cd537a
Add examples for error message writing specification - NotFound, OutOfRange, AlreadyExists, PermissionDenied (#21134)
7 years ago
Chen Weihang 7e5f74b825
Add examples for error message writing specification - InvalidArgument (#21132)
7 years ago
Yiqun Liu 35f17ae28f
Add the check of lod_level between compile-time and runtime. (#20961)
7 years ago
Zeng Jinle 878a40f57d
Support NoNeedBufferVarsInference in dygraph backward (#20868)
7 years ago
hong 8c4573a3cb
GradMaker for dygraph (#19706)
7 years ago
Yiqun Liu 6fcfd32e6c
Check and correct the output's lod_level in DynamicRNN related operators (#19144)
7 years ago
Chen Weihang 26cc1fe508
Replace risky GetInputType method with secure IndicateVarDataType interface (#20668)
7 years ago
Zeng Jinle ac813bbaf4
Add more error debug message to Operator::Run (#20793)
7 years ago
zhongpu 72d1d72c09 fix ExecutionContext::HasInput and ExecutionContext::HasOutput depend on the scope structure, test=develop (#20721)
7 years ago
wopeizl 9e5948230e
add support to gcc8, add docker env test=develop (#19807)
7 years ago
Zeng Jinle ab575de725 Fix op run log when memory optimization strategy is enabled (#20695)
7 years ago
Chen Weihang 003f369bb2
Add IndicateVarDataType interface to block tensor is not initialized problem in OP GetExceptedKernelType (#20044)
7 years ago
Zeng Jinle 0af8549750 fix seg fault of share lod, test=develop (#19573)
7 years ago
Leo Chen a9d5fc5142 Enhance OpTest to check the consistency of operators when using and not using inplace (#19101)
7 years ago
Zeng Jinle 708bd9798d
move_flags_to_unified_files_for_management, test=develop (#19224)
7 years ago
chengduo 21440b4d69
Add call stack info during compile time (#19067)
7 years ago
Leo Zhao ff77dea969 not use transferscope cache in cpu case (#18578)
7 years ago
pkpk e9c7e218f2
Nan debugger init (#18401)
7 years ago
Qiao Longfei 58f7695ab2
Async exe support communicator (#17386)
7 years ago
Qiao Longfei 728bbaa4e3
add cache_update_mutex_ for operator test=develop (#17124)
7 years ago
Tao Luo 5babcd02dd
Revert "remove unnecessary prepare_data (#17080)" (#17432)
7 years ago
Zeng Jinle 5e5e7b3305
fix data_type error message (#17312)
7 years ago
Tao Luo aca60e9a20
remove unnecessary prepare_data (#17080)
7 years ago
luotao1 490e746269 fix runtime_context_cache bug when gpu model has an op runs only on cpu
7 years ago
luotao1 4098ba29ed reduce hasAttr elapsed time in RunImpl
7 years ago
luotao1 f89a9c5d95 Merge branch 'develop' into has_attr
7 years ago
luotao1 6afc97ca6b reduce hasAttr elapsed time in RunImpl
7 years ago
luotao1 226596a296 Merge branch 'develop' into core_opt_choose_kernel
7 years ago
gongweibao a61ed9782e
fix log level test=develop (#16554)
7 years ago
liuwei1031 278debab71
fix comments of 16410, test=develop (#16499)
7 years ago
gongweibao eb83abeac3
Add DGC(Deep Gradient Compression) interface. (#15841)
7 years ago
Zeng Jinle c7c6eeb44e
Merge pull request #16409 from sneaxiy/feature/advance_gc
7 years ago
liuwei1031 8d22bc17a4
Memory optimize (#16410)
7 years ago
sneaxiy 7000ec85d9 fix some op grad maker
7 years ago
sneaxiy a93a9eef8f add op registry type
7 years ago
luotao1 056599a738 add expected_kernel_cache_pass
7 years ago
luotao1 bfdab00e5b Merge branch 'develop' into core_opt_choose_kernel
7 years ago
luotao1 6c6a39222b Merge branch 'core_opt_choose_kernel' of https://github.com/Xreki/Paddle into core_opt_choose_kernel
7 years ago
luotao1 82af8031d9 add runtime_context_cache_pass
7 years ago
Tao Luo 7d2740db83
Revert "cache runtime_context"
7 years ago
luotao1 cc0ae1f1a1 refine with comments
7 years ago
luotao1 46ee6bb1aa fix distributed unit-tests
7 years ago
luotao1 b2898c0f57 Merge branch 'develop' into runtime_context
7 years ago
Tao Luo 4ef6f738c3
Merge pull request #16154 from luotao1/infershape_example
7 years ago
luotao1 d94fd97230 add runtime_context_cache_pass
7 years ago
luotao1 b561ad1e55 Merge branch 'develop' into runtime_context
7 years ago
luotao1 fe78a92e6e refine with comments
7 years ago
wopeizl 85709f4378
restore the exception caught since it is necessary for python call stack (#16160)
7 years ago
luotao1 31ccaf0916 add all_kernels_must_compute_runtime_shape example for speedup infershape
7 years ago
Tao Luo f4587789d8 remove legacy function in ExecutionContext
7 years ago