Commit Graph

11939 Commits (c0fc50d5f375c2d945b4959987512bb5c3dbe671)
 

Author SHA1 Message Date
chengduoZH 6773129735 code refine
7 years ago
Tao Luo be815dd006
Merge pull request #8076 from luotao1/make_clean
7 years ago
Tao Luo cea0d68d33
Merge pull request #8123 from luotao1/mobile_doc
7 years ago
chengduoZH df0e74dba0 unifid GPU and CPU implementation
7 years ago
Luo Tao eef381d074 remove duplicated mobile index
7 years ago
Luo Tao a169067e40 Merge branch 'develop' into make_clean
7 years ago
Luo Tao 96d4bf5337 prevent make clean from cleaning ExternalProject boost
7 years ago
chengduoZH 5092f5291c Separate GPU and CPU implementation
7 years ago
Yan Chunwei 6f28084b4d
debug/format protobuf to human-readable codes (#8086)
7 years ago
Yibing Liu f3d59232a0
Merge pull request #8116 from kuke/fix_profiler
7 years ago
Abhinav Arora 1d2dd9c4a5
Close buffered channel should unblock the blocked senders and receivers (#8109)
7 years ago
Yibing Liu be65516876 Fix the error when sorted_key is none in profiler
7 years ago
wanghaoshuang c2eb213cb0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_ctc_align
7 years ago
wanghaoshuang 326fa176ea Fix empty output tensor and add an unitest case
7 years ago
Kexin Zhao c3d27b15b7 modify prune.cc for multiple blocks
7 years ago
chengduo b60da6729f Refine buffer channel (#8098)
7 years ago
chengduoZH e033373503 unifid GPU and CPU implementation
7 years ago
chengduoZH 76e188e5c6 Add layer norm [GPU]
7 years ago
kavyasrinet 022e5dee8e
Added more receivers less senders. Receivers should block. (#8061)
7 years ago
chengduo 25d5686169
Merge pull request #8094 from abhinavarora/fix_buff_channel_close
7 years ago
Abhinav Arora dbe06551b8 Channel should notify both condition variables on close
7 years ago
xuwei06 37a251ebaf Fix copyright for test_fetch_var.py
7 years ago
Zhaolong Xing d059951174
Merge pull request #7885 from NHZlX/add_depthwiseConv_op_gpu
7 years ago
xzl 3074ae7b8d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_depthwiseConv_op_gpu
7 years ago
fengjiayi da8a56ea61 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_reader
7 years ago
fengjiayi 71bd0dfa25
Merge pull request #8087 from JiayiFeng/simplify_infershape_code
7 years ago
chengduoZH 71a70f209a refine gradient
7 years ago
chengduo 7e695ce8eb
Merge pull request #8091 from chengduoZH/feature/refine_elementwise
7 years ago
fengjiayi 9a970702d3 remove unnecessary framework::
7 years ago
fengjiayi ab1341eab7 fix typo
7 years ago
xzl 2ffa3a8bf6 rename op to depthwise_conv2d, more efficient
7 years ago
chengduoZH affce7331c refine elementwise_op
7 years ago
武毅 42c98f4b43
Merge pull request #7539 from typhoonzero/dist_train_benchmark_vgg16
7 years ago
qingqing01 c9ef69be40
Merge pull request #7953 from qingqing01/multiclass_nms_op
7 years ago
Tao Luo 624d22d933
Merge pull request #8085 from luotao1/v2_api_refine
7 years ago
Wang Hao a43594fa4a
Merge pull request #7679 from wanghaox/hard_example
7 years ago
fengjiayi 0575fd4647 simplify shape inference code
7 years ago
qingqing01 b7db35316f
Merge pull request #7922 from Noplz/box_coder_op
7 years ago
typhoonzero a5acad11e8 update docs
7 years ago
wanghaox 8137dd9b5e update mine_hard_examples_op
7 years ago
Luo Tao 2c35e6389a Reclassify and change of V2 API documentation structure
7 years ago
dangqingqing a6f3846d8f Remove the redundant header file and make one function inlne.
7 years ago
wanghaox 4284b857cb update mine_hard_examples op
7 years ago
qingqing01 4e7e39b4bd
Merge pull request #8069 from qingqing01/bn_name
7 years ago
wanghaox 62dc593e51 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into hard_example
7 years ago
Qiao Longfei 7831e0bdd3
switch-op design (#8031)
7 years ago
gaoyuan 7d8d9db9ba Update according to the code review
7 years ago
Luo Tao 901cab9ed3 Add `make clean` in docker/build.sh
7 years ago
dangqingqing cbc9a59c33 Allow uers to specify the name of moving mean and variance in batch_norm interface.
7 years ago
Abhinav Arora a4cf6a2819
Adding unit tests for checking that closing unbuffered channel closes all blocked senders and receivers (#8067)
7 years ago