Commit Graph

828 Commits (cebf7c602d82d6ff6ba6f122a9bd6927e684664a)

Author SHA1 Message Date
chengduo 86b0a72576
Refine multi thread cpu parallel exe (#11406)
7 years ago
Yu Yang ebe3b5e78a
Merge pull request #11853 from sneaxiy/complete_py_reader_python
7 years ago
Yancey1989 9de096bd58 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_cpu_pe
7 years ago
Yancey1989 1effba3312 fix pe with cpu place
7 years ago
sneaxiy 9153223ab3 Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
7 years ago
sneaxiy df7ecbf5a1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
7 years ago
sneaxiy 31c7f6b968
Merge branch 'develop' into complete_py_reader_python
7 years ago
sneaxiy de638f8112 Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
7 years ago
fengjiayi 335e4b9d52 fix a dead lock bug
7 years ago
sneaxiy f85e16f1de Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
7 years ago
yuyang18 c822d0309b
Refine code
7 years ago
yuyang18 7d6afee5c1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/exception_safe_pe
7 years ago
yuyang18 0a445da631
Make scope_buffered_ssa_graph_executor Exception safe
7 years ago
fengjiayi 26ae6111d1
Merge pull request #12051 from JiayiFeng/dev_reader_ResetAll
7 years ago
fengjiayi d55919c656 Impl ResetAll and fix errors
7 years ago
gongweibao 091ab63331
Fix singleton. (#11835)
7 years ago
fengjiayi 6d6f49cd56 Merge remote-tracking branch 'yuyang/feature/decorated_reader_chain' into dev_reader_ResetAll
7 years ago
fengjiayi 611716e9bc Merge branch 'dev_reader_shutdown_start' of https://github.com/JiayiFeng/Paddle into dev_reader_shutdown_start
7 years ago
fengjiayi 0e9f1e2790 Make ReaderBase thread safe and remove ThreadedReader
7 years ago
yuyang18 e8ee9dc7f8
Several Polish
7 years ago
yuyang18 0d2ccfbd3c
Remove atomic
7 years ago
fengjiayi b4f0e57956 fix errors
7 years ago
yuyang18 62c1133f42
Add mutex for decorated_chain
7 years ago
Tao Luo 436bb4500b
Merge pull request #11699 from pzelazko-intel/pzelazko/workaround-for-missing-mklnn-kernels
7 years ago
fengjiayi 5528f59900 Split ReInit() to Shutdown() and Start()
7 years ago
fengjiayi de9a411f1c adjust readers' inheritance relationships
7 years ago
yuyang18 c48c586aca
Use weak_ptr to implement DecoratedReaderChain
7 years ago
yuyang18 2bbe5f77e7
Add GetEndPoints of Reader.
7 years ago
Paweł Żelazko 05ffc1331e log for fallback added
7 years ago
Yu Yang de456e74ae
Merge pull request #11913 from reyoung/feature/remove_clone_method
7 years ago
yuyang18 8e86721fe7
Fix data balance on single GPU
7 years ago
dzhwinter 4ed0b62476
Move fluid::framework::InitDevices into fluid::platform (#11757)
7 years ago
fengjiayi ce16b40b04
Merge pull request #11891 from JiayiFeng/dev_eof_exp
7 years ago
yuyang18 4e4438a8aa
Remove Op::Clone method
7 years ago
yuyang18 2d0e5592b5
Use std::map for Place <--> DeviceContext
7 years ago
Yancey f7fd711e3f
Merge pull request #11868 from Yancey1989/dist_pass_barrier
7 years ago
Yu Yang 9401b64d61
Merge pull request #11877 from reyoung/feature/fix_reshape_op_size
7 years ago
fengjiayi 3fab4f65a4 Add EOFException to represent EOF in C++ reader
7 years ago
Paweł Żelazko ac323343a0 typos fix
7 years ago
Paweł Żelazko bf0090a1ef workaround for missing MKLDNN kernel
7 years ago
yuyang18 82866d4a18
Add register kernel functor and shrink reshape op
7 years ago
fengjiayi 58560622bc
Merge pull request #11854 from JiayiFeng/dev_data_balance
7 years ago
yuyang18 75ae426aa5
Merge branch 'feature/change_op_kernel_to_func' into feature/fix_reshape_op_size
7 years ago
yuyang18 3b00ed81a9
Make Kernel registed as a function
7 years ago
yuyang18 1ce478f100
Polish reshape op
7 years ago
Yancey1989 37410a0c75 update by comment
7 years ago
sneaxiy 3f9292c6e6 fix merge conflict
7 years ago
sneaxiy dd70fb4393 fix type comparation bugs
7 years ago
fengjiayi ff4317cee9 follow comments
7 years ago
Yancey1989 c1ab215e26 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dist_pass_barrier
7 years ago