Commit Graph

247 Commits (c42c4a6718599126bd9e7ba7f0407db18618c9e0)

Author SHA1 Message Date
Yang Yang 8f061e43b7 delete param name
7 years ago
Yang Yang 0621c327f1 init commit
7 years ago
Liu Yiqun c0a9aebe1c Remove the clone of program in C++ Executor.Run().
7 years ago
Yu Yang 164f2382af Polish code
7 years ago
Yu Yang e13aec601a
Merge pull request #8830 from reyoung/feature/recordio_file_reader
7 years ago
Yu Yang a8c076e577 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/shuffle_reader
7 years ago
Yu Yang b52ad9de92
Merge pull request #9000 from reyoung/feature/extract_prepare_from_executor_run
7 years ago
Tao Luo b62874429d
Merge pull request #8910 from Xreki/core_inference_profile
7 years ago
Yu Yang 43d09a1c5f Extract Prepare from Executor
7 years ago
Yu Yang 225efa671f Remove dims in base class
7 years ago
QI JUN f7e9fe57d3
[Memory]More memory optimization policy (#8690)
7 years ago
Yu Yang 7eedced82a Polish RecordIO
7 years ago
Yu Yang cfca8a3a26 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/recordio_file_reader
7 years ago
fengjiayi 614c33fb3a fix a potential bug in the c++ reader
7 years ago
fengjiayi 4e517881f7 remove HasNext
7 years ago
Liu Yiqun a8e8507767 Refine the profile codes for inference.
7 years ago
Xin Pan b825c79261
Merge pull request #8897 from panyx0718/message
7 years ago
武毅 45af8c1e99 Performance/zero copy variable seriralization (#8839)
7 years ago
Xin Pan 9a27d3af23 Print exception message from threads
7 years ago
chengduo abb10556e8
Merge pull request #8859 from chengduoZH/feature/refine_exe_log
7 years ago
Yu Yang b536799af0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/recordio_file_reader
7 years ago
chengduoZH f7c7135673 Add log before op Run
7 years ago
kexinzhao 7f00716c87
Add context wait in type_transform (#8850)
7 years ago
Yu Yang bcb80756af Add Writer/Scanner
7 years ago
Yu Yang 42e65a20c6
Merge pull request #8791 from reyoung/feature/extract_reader_ops
7 years ago
Yu Yang 10343123e3 Merge branch 'feature/extract_reader_ops' into feature/recordio_file_reader
7 years ago
kexinzhao 266ccaa843
Integrate float16 into data_type_transform (#8619)
7 years ago
Abhinav Arora 78c884d7a7
Redesign channel implementation for Select Op (#8814)
7 years ago
Yu Yang 4d8345e3ac Extract create_reader_op to three files
7 years ago
kexinzhao 6720681cc2 Enable is_test attr of batch norm and drop out op for test program (#8642)
7 years ago
Luo Tao ac149bc948 fix warning: statement is unreachable
7 years ago
Luo Tao 8c691c8de0 fix only shared variables could be declared as static in the device code
7 years ago
Abhinav Arora 01536e8dc5
Adding more unit tests for ChannelHolder class (#8668)
7 years ago
chengduo 12a3cea087 Add tuple type (#8519)
7 years ago
emailweixu eac2c3cf36
Merge pull request #8505 from emailweixu/math_op
7 years ago
Abhinav Arora 0d878e4c09
Add Go_op, Channel_create, channel_close, channel_send and channel_receive ops (#8593)
7 years ago
Yibing Liu c0876cf686 update due to upstream's change
7 years ago
xuwei06 7d56c6d078 Adding Dim<0>
7 years ago
Xin Pan decaad5ccc
Merge pull request #8542 from panyx0718/test
7 years ago
Yibing Liu ee88855ddf Fix the profiler's bug in multi-gpu mode
7 years ago
Tao Luo dce0383f89
Merge pull request #8404 from Xreki/core_refine_inference
7 years ago
Xin Pan b9ec24c6e9 Extend current profiler for timeline and more features.
7 years ago
typhoonzero 6a686794ac fix comment typo
7 years ago
Liu Yiqun efb6ba3531 Merge branch 'develop' into core_refine_inference
7 years ago
typhoonzero a50230add6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_raw_var_type
7 years ago
Luo Tao 7453312dee fix error python path when building framework_py_proto
7 years ago
typhoonzero 9b5be6ef43 fix short connection again
7 years ago
Yu Yang 7a9098a60e Add block.fwd_block_id (#8489)
7 years ago
Abhinav Arora 6e7fee0ee1
Add unit tests for ChannelHolder (#8510)
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 ae69f0b04f merge develop
7 years ago
kavyasrinet bd58bf3e03
[WIP] Expose Channel in Python and add to VarType (#8465)
7 years ago
Yang Yang ec01f635f5 merge develop
7 years ago
Abhinav Arora c7ad26d6a4 [WIP] Move DataType enum inside VarType (#8447)
7 years ago
kexinzhao 74e0eb7267
make float16 a pod type (#8456)
7 years ago
Yang Yang 5229ccbdc7 merge develop
7 years ago
Yu Yang 89ead8d151 Feature/understand sentiment parallel do (#7994)
7 years ago
Yang Yang 9d26f1a3df callback to list of callbacks
7 years ago
Yi Wang cfffb1a362
Update tensor_util.h (#8422)
7 years ago
Yang Yang 3f09620ef2 pass compile
7 years ago
Yang Yang e021ad674e Merge remote-tracking branch 'upstream/develop' into backward_on_parallel_do
7 years ago
typhoonzero ebb2bcfe0a remove comments
7 years ago
typhoonzero 1494673dcb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into no_counter_on_pserver
7 years ago
fengjiayi ed5dc3d4ae remove 'friend lod_tensor in tensor'
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 a259ad41b0 remove duplicated cbegin and cend in mixed vector
7 years ago
Yang Yang da97d9dfd6 merge develop
7 years ago
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
7 years ago
typhoonzero 4b91cb5289 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into no_counter_on_pserver
7 years ago
Liu Yiqun 899ba0d05a Merge branch 'develop' into core_refine_inference
7 years ago
Liu Yiqun c796e013c6 Refine the inference unittests.
7 years ago
Yu Yang 5046869e84
Merge pull request #8287 from tonyyang-svail/operator_set_device
7 years ago
Yu Yang 892cc28c7b Fix bug
7 years ago
Yu Yang 07bb413977 Revert changes
7 years ago
Yu Yang da757696de Merge branch 'develop' into feature/fix_get_empty_lod
7 years ago
Yu Yang 18efe5aa1d Fix CI
7 years ago
typhoonzero 11bcb43a44 fix merge issue
7 years ago
Yu Yang a43fac3567 Fix empty Vector foreach
7 years ago
Yancey 525a4fdae8
Merge pull request #8270 from Yancey1989/improve_concat_split_op
7 years ago
Yang Yang f35401c4da diable debug string due to vector bug
7 years ago
Yang Yang 0c45eab7ff no getmutable nccl_com
7 years ago
Tao Luo b56f4a4ee2 move code from /paddle/string to /paddle/fluid/string (#8363)
7 years ago
Yu Yang 9029a9d9c6 Fix constructor bug in mixed_vector (#8364)
7 years ago
Yang Yang 0e2deaa5fd Merge remote-tracking branch 'pr/8364' into backward_on_parallel_do
7 years ago
Yu Yang 190119bb98 Extract for-loop init. Make nvcc happy
7 years ago
Yu Yang ae2296e806 Clean code
7 years ago
Yu Yang 816fa8f32e Fix warnings
7 years ago
Yu Yang 82c33c61d9 Fix constructor bug in mixed_vector
7 years ago
typhoonzero b0096361c7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into no_counter_on_pserver
7 years ago
Yancey1989 235332544c Merge branch 'develop' of github.com:PaddlePaddle/Paddle into improve_concat_split_op
7 years ago
Yang Yang cd9e660d4b merge develop
7 years ago
Yi Wang 40c7972d46 Merge branch 'develop' of http://github.com/paddlepaddle/paddle into operator_set_device
7 years ago
Yi Wang a6c1bffa47 Merge with upstream
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