Yu Yang
54bd17fe7b
Complete Flowers
7 years ago
Yu Yang
50e7e25db3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpp_parallel_executor
7 years ago
Yu Yang
5c7a523326
Add Graphviz output
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
Yu Yang
edfd741e3a
Add simple python wrapper for ParallelExecutor
7 years ago
Krzysztof Binias
6461e800a5
Inheritance added for MKLDNN 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
9075049a29
add unit test
7 years ago
Tao Luo
e027eb40d7
Merge pull request #9123 from tpatejko/tpatejko/mkldnn-lrn
...
Implementation of MKLDNN LRN
7 years ago
Kexin Zhao
64c5c8f8b0
Merge pull request #9269 from kexinzhao/softmax_cudnn_fp16
...
Add float16 support to cudnn softmax kernel
7 years ago
Kexin Zhao
b9e6364e3c
Merge pull request #9267 from kexinzhao/new_relu_fp16
...
Add float16 support to relu op
7 years ago
Kexin Zhao
4eaa789730
resolve conflict
7 years ago
tensor-tang
7260e3a443
Merge pull request #9214 from jczaja/prv-softmax-mkldnn-operator-PR
...
Softmax MKLDNN FLUID operator
7 years ago
Jacek Czaja
3b95b55f07
- Softmax MKLDNN primitive integration
...
removed diagnostic
- Added Unit tests for Softmax MKLDNN Forward
Added fix for div by 0 to happen in cross_entropy backward
Conflicts:
paddle/fluid/operators/CMakeLists.txt
- Cosmetic fixes to SoftMax MKLDNN fluid operator
Added misssing softmax fluid operator file
Disabled MKLDNN softmax operator by default
Fix to softmax op unittest merge
clang_formater fixes
clang_formatter fixes
- Name changing of softmax mkldnn operator to maintin consistency
across codebase
- updated comment
fix to comment
7 years ago
Kexin Zhao
ed2bc194c5
Merge pull request #9176 from kexinzhao/batch_norm_fp16
...
Add float16 support to batch norm operator
7 years ago
fengjiayi
809530f418
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_MultiEpochReader
7 years ago
fengjiayi
7c041e48f4
Merge pull request #9182 from JiayiFeng/dev_MultipleReader
...
Multi-threaded reader in C++
7 years ago
Kexin Zhao
70e7122785
initial commit
7 years ago
Kexin Zhao
018f3bda3d
small fix
7 years ago
Kexin Zhao
d60180af39
inital commit
7 years ago
Kexin Zhao
c1e9b1e37e
Merge pull request #9231 from kexinzhao/elementwise_add_fp16
...
Add float16 support to Elementwise Add op
7 years ago
Qiao Longfei
37a272e670
add executor.prepare ( #9022 )
...
optimize executor.run
7 years ago
fengjiayi
a944d57181
refine code
7 years ago
fengjiayi
a4f397fb68
add an unittest
7 years ago
fengjiayi
2532b922dc
Add more unittests and fix bugs
7 years ago
fengjiayi
f863866471
Add an unitest
7 years ago
Yang yaming
381c6a026d
Merge pull request #9100 from pkuyym/fix-9049
...
Enhance sequence_expand operator
7 years ago
Kexin Zhao
d307b5e4a6
Merge remote-tracking branch 'upstream/develop' into elementwise_add_fp16
7 years ago
Kexin Zhao
5271c32d24
Merge pull request #9223 from kexinzhao/dropout_fp16
...
Add float16 support to dropout operator
7 years ago
Yu Yang
d2cb3790e9
Wait all evernts
7 years ago
Kexin Zhao
3da094fd7b
rearrange test
7 years ago
Kexin Zhao
509c8399b8
address comments
7 years ago
yangyaming
2f2c5f5e60
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-9049
7 years ago
Kexin Zhao
4bf168b274
add fp16 kernel for elementwise add
7 years ago
Kexin Zhao
18d616ed70
add float16 arithmetic operators on new GPU
7 years ago
Kexin Zhao
d03dbb97f9
remove AttrType
7 years ago
Kexin Zhao
05ad15832a
initial commit
7 years ago
yangyaming
869a6f9cea
Add python wrapper.
7 years ago
Yu Yang
48619bc981
Shrink model
7 years ago
Yu Yang
ee697b8b5a
Larger model
7 years ago
Tomasz Patejko
192cc5dd32
Implementation of MKLDNN LRN
7 years ago
yangyaming
332b665fc7
Enhanced cpp implementation and unit test.
7 years ago
Yu Yang
f8141d90c8
Debug
7 years ago
Yu Yang
389ea18a4e
Debug code
7 years ago
Yu Yang
9cb8f50302
Complete fetch op
7 years ago
Kexin Zhao
6ec0f91273
decrease atol
7 years ago
Kexin Zhao
e870947cfd
fix batch norm fp16 param type
7 years ago
Kexin Zhao
3233b2b323
update test
7 years ago