Commit Graph

534 Commits (2280f185d717cc3d56bfd130c19b5fe6afd8733d)

Author SHA1 Message Date
dongdaxiang b7a202aa38 add distributed optimizer factory
7 years ago
dongdaxiang f612877797 add incubate for unified API
7 years ago
dongdaxiang 317eb0aad3 add incubate for unified API
7 years ago
xujiaqi01 ecfc7df913 add dataset factory && fix style
7 years ago
xujiaqi01 3cea00bd52 store memory data in Dataset && fix bug
7 years ago
dongdaxiang cc4def6ba5 fix some conflict for compilation
7 years ago
heqiaozhi 9bca1926c1 refactor & fix bug
7 years ago
xjqbest 2e9a836c6f add DataSet and InMemoryDataFeed, support load data into memory and shuffle data
7 years ago
dongdaxiang e36bbcc871 fix some typo and CMakefile.txt
7 years ago
xjqbest 824b84d185 add DataSet and InMemoryDataFeed, support load data into memory and shuffle data
7 years ago
dongdaxiang be757096da add pybind for fleet
7 years ago
Qiao Longfei d8974e6da0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
7 years ago
chengduo 1096746cbf
Fuse Adam And SGD ops (#15933)
7 years ago
sneaxiy 2c836ff914 check default grad maker
7 years ago
Zeng Jinle 69cb9792ea
Merge pull request #16506 from sneaxiy/revert-16424-fix_allocator_bug
7 years ago
chengduo ed61d67c73
Fix the interface of Pass::Apply (#16484)
7 years ago
Zeng Jinle 174d0d0b90 Revert "Fix allocator bug"
7 years ago
gongweibao eb83abeac3
Add DGC(Deep Gradient Compression) interface. (#15841)
7 years ago
Zeng Jinle 644e8af4cf
Merge pull request #16424 from sneaxiy/fix_allocator_bug
7 years ago
Zeng Jinle c7c6eeb44e
Merge pull request #16409 from sneaxiy/feature/advance_gc
7 years ago
wopeizl c300b1ba69
Tensor index (#16223)
7 years ago
Xin Pan f8c279b11c
Merge pull request #16454 from panyx0718/imperative2
7 years ago
Qiao Longfei 30618409db Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
7 years ago
chengduo 4f2278f032
Add doc for CPUPlace CUDAPlace CUDAPinPlace (#16442)
7 years ago
sneaxiy 78fb3a62e0 fix env variable settting bug
7 years ago
sneaxiy 2d92b6be98 merge develop
7 years ago
Xin Pan fd24ab47ab polish
7 years ago
sneaxiy a7d0ac50b8 Merge develop
7 years ago
sneaxiy 7000ec85d9 fix some op grad maker
7 years ago
sneaxiy f8ed2c229e try to fix ci error
7 years ago
sneaxiy c20db6357b split PR
7 years ago
sneaxiy 2f54d9f995 Merge develop
7 years ago
sneaxiy a93a9eef8f add op registry type
7 years ago
sneaxiy 953214ad97 add more unittest
7 years ago
chengduo f26ba5bddd
Fuse AllReduce (#15921)
7 years ago
Tao Luo 7d2740db83
Revert "cache runtime_context"
7 years ago
sneaxiy fd23262e0c merge develop, fix conflict
7 years ago
Qiyang Min c7f1f3ed0c
Merge pull request #16214 from velconia/imperative_infer_var_type
7 years ago
Tao Luo dbb92ee4b1
Merge pull request #16002 from luotao1/runtime_context
7 years ago
sneaxiy 161b8ddcaa Merge develop
7 years ago
minqiyang b40e41fbd1 Polish code style
7 years ago
Qiyang Min 8e4ad008fb
Merge pull request #16198 from velconia/imperative_train_speed
7 years ago
minqiyang 36dce65bb3 Take DataType and VarType apart
7 years ago
minqiyang 438bca9c3d Implement Runtime Var Type Inference
7 years ago
luotao1 1b59bed989 Merge branch 'develop' into runtime_context
7 years ago
qingqing01 8ad672a287
Support sync batch norm. (#16121)
7 years ago
minqiyang 7355d41834 1. Add imperative gperf profiler
7 years ago
luotao1 b2898c0f57 Merge branch 'develop' into runtime_context
7 years ago
minqiyang 98dfb492bb Release GIL lock
7 years ago
sneaxiy ac0e0f5181 merge develop
7 years ago
minqiyang 42e96a029f Accelerate CPU part
7 years ago
sneaxiy 682f2dbf29 merge develop
7 years ago
sneaxiy 2c4fcaa683 merge develop
7 years ago
luotao1 d94fd97230 add runtime_context_cache_pass
7 years ago
Yan Xu 30568473ec
fix broadcast on mp mode (#15951)
7 years ago
baojun e3c37bd564 remove const_cast and refactor ngraph engine code (#15925)
7 years ago
Zhen Wang ac6ef06ffa Add the Clone method in Graph. test=develop
7 years ago
Zhen Wang 01eddf125c Not add graph copy construction method. test=develop
7 years ago
Zhen Wang 1b9c8d5f06 add clone function for IrGraph. test=develop
7 years ago
Qiyang Min 1f4aa7a202 Imperative remove all descs (#16045)
7 years ago
Zeng Jinle 472f16b5aa
Merge pull request #16063 from sneaxiy/enhance_gc
7 years ago
wopeizl a38db3cb99
Fixrecordio (#16124)
7 years ago
sneaxiy b80d76f784 merge develop
7 years ago
sneaxiy 732fa00eaf disable gc in recurrent_op currently
7 years ago
Tao Luo 6f2581e4c5
Merge pull request #16090 from lidanqing-intel/paddle-int32
7 years ago
Zhaolong Xing 3d63aa0a11
Merge pull request #15729 from NHZlX/add_static_model_load_for_trt
7 years ago
nhzlx a9ed427749 cant not pass ci
7 years ago
lidanqing 4aeb261da9 Add INT32 support. INT32 in last switch case
7 years ago
sneaxiy 2a639d5c2a add allocator chain to fix bug
7 years ago
Qiao Longfei 8744f9a083 fix parallel executor async mode
7 years ago
Qiao Longfei e70b1727ef Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
Qiao Longfei 847e4f4e85 pure async mode train
7 years ago
sneaxiy 3334c279d0 add sample_generator
7 years ago
Qiyang Min 187cffd019
Merge pull request #15928 from velconia/imperative_backward_hooks
7 years ago
minqiyang ac88c62a5b Reset output var's pre_op pointer when op was destructed
7 years ago
sneaxiy 69b1ebdfa5 merge develop
7 years ago
mozga-intel 68a9ead17a The flag of mkldnn is enabled iff it is necessary
7 years ago
Zhen Wang e00c7a2e26
Merge pull request #15830 from wzzju/add_ir_node_encapsulation
7 years ago
Qiao Longfei f768fbf715 support multi graph
7 years ago
minqiyang efb2f2baf8 Fix bugs
7 years ago
Qiao Longfei cf0511f21e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
Zhen Wang 548931456c update some functions' names according to the suggestion. test=develop
7 years ago
sneaxiy c545f1ed8f unify API
7 years ago
minqiyang b420ec3a92 invoke backward_hooks after reduce op's depcounts map
7 years ago
Qiyang Min 4bd28b304b
Merge pull request #15831 from velconia/imperative_engine
7 years ago
sneaxiy b17541a9c1 fix hang bug
7 years ago
minqiyang 84bf4d7b06 Move ClearBlock into OpBase and VarBase's destructor
7 years ago
minqiyang 2b3510bc50 Add imperative python tracer
7 years ago
minqiyang a15a3fc314 Polish code
7 years ago
sneaxiy 1e4c0a6f72 merge develop
7 years ago
minqiyang 9dc64edfd9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
7 years ago
Xin Pan 32d5a16036 resolve conflicts
7 years ago
Xin Pan 26e32e095a allow compiler to use graph
7 years ago
minqiyang 8fe0c0c52c implement backward refs
7 years ago
Qiao Longfei cc71e89499 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
minqiyang 74551758cc Polish code
7 years ago
minqiyang f53e1d5c4b implement ClearBlock
7 years ago
sneaxiy 7160cb0f32 decoupled reader
7 years ago
sneaxiy d331e97af8 fix compiler place compare
7 years ago
sneaxiy e6ff549849 small fix doc
7 years ago