Commit Graph

861 Commits (96784ed6c8c5c9f4ef0c56534c613eac1793ebe6)

Author SHA1 Message Date
Yang Yang(Tony) b26f505002
remove net op and cond_op (#9663)
7 years ago
typhoonzero dfc60251bf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multigpumultinode
7 years ago
fengjiayi 90084a25d2
Merge pull request #9743 from JiayiFeng/modify_readers_to_fit_parallel_executor
7 years ago
fengjiayi a84b81502c Remove Readers' HasNext()
7 years ago
typhoonzero 0bf799a523 wip testing
7 years ago
Xin Pan 326b434ab5
Merge pull request #9699 from panyx0718/test
7 years ago
Yu Yang a4bf635795 Add gitignores
7 years ago
qingqing01 2b7e5bd366
Support testing during training by ParallelExecutor. (#9738)
7 years ago
Yi Wang 25ad6884bb Merge branch 'develop' of http://github.com/paddlepaddle/paddle into cpplint-memory-detail
7 years ago
Luo Tao 50e036a4ed fix compiler error on `tensor_py.h`
7 years ago
Yi Wang eebb205324 Update CMakeLists
7 years ago
Yi Wang 1543c4cf6a
Fix cpplint errors of paddle/fluid/pybind and add some tests (#9694)
7 years ago
Xin Pan b138d29c38 Avoid init_p2p all the times
7 years ago
Yi Wang 797a7184ac
Unify Fluid code to Google C++ style (#9685)
7 years ago
lgone2000 517f619501 fix pybind.cc compile error (#9681)
7 years ago
chengduoZH 4ff237f93c follow comments
7 years ago
chengduoZH 17842e33c3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/expose_CUDAPinnedPlace_to_python
7 years ago
chengduoZH 8e4e155c52 add PyCUDAPinnedTensorSetFromArray
7 years ago
chengduoZH 6af178356b expose CUDAPinnedPlace to Python
7 years ago
Luo Tao 09b53c086d add remove_var from c++ end
7 years ago
Xin Pan b123ce88a1 Add enable/disable for delayed ops
7 years ago
Yu Yang 50e7e25db3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpp_parallel_executor
7 years ago
Yu Yang edfd741e3a Add simple python wrapper for ParallelExecutor
7 years ago
sabreshao e0ac6bc436 CMake refine for HIP support.
7 years ago
Yu Yang d42117e742 Set NumThreads
7 years ago
Yu Yang 9cb8f50302 Complete fetch op
7 years ago
sabreshao 45c988d86a Demostration of cmake refine for HIP support.
7 years ago
Yu Yang 5e87cd7574 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpp_parallel_executor
7 years ago
qingqing01 45073b7c39
Always synchronize when copy data on GPU from C++ to Numpy array. (#9110)
7 years ago
Kexin Zhao e26f1123da
Add fp16 mul op support and bind paddle fp16 to numpy fp16 (#9017)
7 years ago
Yu Yang baef1124fb ParallelExecutor And dependency engine
7 years ago
Yu Yang e13aec601a
Merge pull request #8830 from reyoung/feature/recordio_file_reader
7 years ago
QI JUN f7e9fe57d3
[Memory]More memory optimization policy (#8690)
7 years ago
Yu Yang fea43077f6 Refine
7 years ago
Yu Yang 72be7a6151 Complete RecordIO reader op
7 years ago
Xin Pan b9ec24c6e9 Extend current profiler for timeline and more features.
7 years ago
typhoonzero a50230add6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_raw_var_type
7 years ago
typhoonzero 9b5be6ef43 fix short connection again
7 years ago
Yu Yang eebfb71d3f
Merge pull request #8524 from reyoung/feature/unique_name_guard
7 years ago
Yu Yang e8cb97b8a2 Moving unique_name to python
7 years ago
Yu Yang 7a9098a60e Add block.fwd_block_id (#8489)
7 years ago
kavyasrinet 77ee8fb240
Exposing Channel to be used as a Variable and integrating with Fluid (#8486)
7 years ago
武毅 c490f1b38b
Merge pull request #8049 from typhoonzero/no_counter_on_pserver
7 years ago
Yang Yang ec01f635f5 merge develop
7 years ago
Abhinav Arora c7ad26d6a4 [WIP] Move DataType enum inside VarType (#8447)
7 years ago
Yang Yang 5229ccbdc7 merge develop
7 years ago
Yi Wang cfffb1a362
Update tensor_util.h (#8422)
7 years ago
typhoonzero 1494673dcb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into no_counter_on_pserver
7 years ago
Yang Yang 7129fa3c90 merge develop
7 years ago
Abhinav Arora fcadb45251 Separate VarType from VarDesc in framework.proto and fix all related compiler errors (#8414)
7 years ago
Yang Yang da97d9dfd6 merge develop
7 years ago
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
7 years ago
typhoonzero 11bcb43a44 fix merge issue
7 years ago
Tao Luo b56f4a4ee2 move code from /paddle/string to /paddle/fluid/string (#8363)
7 years ago
typhoonzero b0096361c7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into no_counter_on_pserver
7 years ago
Yang Yang cd9e660d4b merge develop
7 years ago
Luo Tao 77f04fd97a move paddle/pybind/pybind.h to paddle/fluid/pybind/pybind.h, and cancel the test_parallel_op temporary
7 years ago
Yi Wang bc7be8320e Update pre-commit
7 years ago
Yi Wang 154368b1a0 Re-add the lack pybind.h
7 years ago
Yi Wang fc374821dd Correct #include path
7 years ago
Yi Wang 90648f336d Move file to fluid/; Edit CMakeLists.txt
7 years ago