chengduoZH
9e99446e25
Add note for cudaMallocHost
7 years ago
chengduoZH
a0e2cf03e4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_pinned_memory
7 years ago
chengduoZH
39004080f4
replace use_pinned with is_pinned
7 years ago
Yancey
f765e59c41
Merge pull request #9327 from Yancey1989/fix_test_recv_op
...
Fix test_recv_op
7 years ago
dragonwarrior
54a85b7bfd
Add lrn layer ( #9157 )
...
* add LRN layer for fluid
* add LRN layer for fluid
* add documentation for LRN layer
* add paper reference for LRN layer
* add seperate documentation for LRN layer
* rm lrn.py in doc/fluid/dev/src
* change code style in lrn
* fix style of comments in lrn
7 years ago
Xin Pan
3941c2ddec
Merge pull request #9355 from panyx0718/layer_norm
...
Improve layer_norm speed
7 years ago
Luo Tao
d573195dde
rm libmklml_gnu.so
7 years ago
Luo Tao
6332bd1ed8
Merge branch 'develop' into infer_mkl
7 years ago
Qiao Longfei
4f522fa8d5
fix compile send_op on mac ( #9360 )
7 years ago
Yancey
1b0a17f415
Merge pull request #9303 from Yancey1989/split_send_op
...
Split send op to send_vars and send_barrier
7 years ago
fengjiayi
ce84af638b
update
7 years ago
Yancey1989
ebbb428db9
fix ci
7 years ago
Tao Luo
cb3bbbd5c6
Merge pull request #9081 from kbinias/kbinias/mkldnn-activations
...
MKLDNN Relu Tanh Sqrt Abs activations added
7 years ago
Qiao Longfei
8ccc61f334
support empty tensor ( #9338 )
...
* support empty tensor
7 years ago
Burness Duan
30f1bd6a64
add the recordio in creator.py and change the " to \' ( #9358 )
7 years ago
Tao Luo
72f9cf16fa
Merge pull request #9340 from abhinavarora/fix_doc
...
Fix links in the English Documents
7 years ago
chengduo
4a92e89623
Merge pull request #9337 from chengduoZH/feature/fix_concat
...
Fix concat_op
7 years ago
武毅
12856c5f69
Merge pull request #9325 from dzhwinter/fix/dropout1
...
"fast hack"
7 years ago
wanglun
f96f2860f9
Fix typo of Softmax document
7 years ago
chengduoZH
aca9180a76
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/fix_concat
7 years ago
m3ngyang
efd7ee8521
translate Cluster Training and Prediction
7 years ago
Xin Pan
1a4be55a47
Pass cpu build
7 years ago
Xin Pan
904fa05f46
Improve layer_norm speed
...
transfomer on a single device step time
reduces from 0.157 to 0.125
7 years ago
Yancey1989
79af7cc9d3
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into split_send_op
7 years ago
Yancey1989
081b782434
update by comment
7 years ago
fengjiayi
dd532e2086
refine MultiPassReader's doc string
7 years ago
gongweibao
cffe1a9112
Profiler can get elapsed time of `sendop` ( #9345 )
7 years ago
fengjiayi
76fbe42cca
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc_update_reader_doc
7 years ago
fengjiayi
85404d4cb9
update cpp reader doc
7 years ago
Darcy
8090eb6272
added proto_desc to device_tracer's dep list ( #9342 )
7 years ago
Abhinav Arora
30c750ebb9
Fix links to english docs
7 years ago
Krzysztof Binias
6461e800a5
Inheritance added for MKLDNN tests
7 years ago
Krzysztof Binias
d8bd436fc1
Fixed tests
7 years ago
Krzysztof Binias
a64b312e3a
Correcting for PR comments
7 years ago
Krzysztof Binias
4466f0bec8
MKLDNN Relu Tanh Sqrt Abs activations added
7 years ago
chengduoZH
750aff10ce
code refine
7 years ago
武毅
c83dd9b4c2
Merge pull request #9336 from typhoonzero/fix_dist_compile
...
fix dist compile
7 years ago
chengduoZH
9075049a29
add unit test
7 years ago
chengduoZH
043f47b27f
fix concat op
7 years ago
yi.wu
bf66ce0494
update
7 years ago
yi.wu
bb815d4364
update
7 years ago
yi.wu
a9a228ad8d
fix dist compile
7 years ago
Luo Tao
ae820a34bc
Merge branch 'develop' into infer_mkl
7 years ago
Varun Arora
76ae540f8e
Move Select to concurrency.py; incorporate outputs ( #9136 )
...
* Move Select to concurrency.py; incorporate outputs
* CLang formatting for concurrency
* Remove extra bracket - formatting fix - 3
* Comment fix
7 years ago
Helin Wang
9bd8e3229e
Merge pull request #9331 from jacquesqiao/change-boost-download-url
...
change boost download url to speed up download
7 years ago
qiaolongfei
ac94242ea9
change boost download url to speed up download
7 years ago
武毅
9c35b0dc1b
Merge pull request #9287 from typhoonzero/pserver_prepare_before_run
...
Pserver prepare before run
7 years ago
Tomasz Patejko
14ba67c0ef
Function for running MKLDNN primitive added. Unittest added for is_test attribute
7 years ago
Yancey1989
6cebbd7bcb
update
7 years ago
Yancey1989
ba9f4c7873
fix test_recv_op
7 years ago