tensor-tang
|
e1b8f5fbff
|
add resize of MKLDNNMatrix
|
7 years ago |
Luo Tao
|
7835d49384
|
remove PADDLE_USE_MKL
|
7 years ago |
yangyaming
|
cfad83ce89
|
Add MulValueLayer.
|
7 years ago |
武毅
|
cdd1da3424
|
Hack auc for dense vector labels (#5274)
* refine evaluator op types
* update
* follow comments
* update
* fix v2 mnist case
* fix v2 mnist case
* update
* update
* hack auc evaluator for dense vec
* follow comments
|
8 years ago |
tensor-tang
|
3eb42bfd6f
|
move test_CompareMKLDNNandCPU to test_MKLDNN and remove unused code
|
8 years ago |
tensor-tang
|
aecfeb7257
|
refine check macro
|
8 years ago |
Tao Luo
|
b68f2d209a
|
Merge pull request #5049 from tensor-tang/mkldnn_bn
enable mkldnn_batch_norm
|
8 years ago |
typhoonzero
|
a2412ce070
|
fix sparse update size
|
8 years ago |
tensor-tang
|
02fdf24115
|
enable copyFrom of MKLDNNMatrix
|
8 years ago |
tensor-tang
|
9e38dafa29
|
change MKLDNNMatrix create interface since MatrixPtr is not always required
|
8 years ago |
tensor-tang
|
c1914543b0
|
refine mkldnn logic, move reset buffers into MKLDNNLayer
|
8 years ago |
Luo Tao
|
871a3f6e76
|
remove unused PADDLE_ONLY_CPU comment
|
8 years ago |
Yi Wang
|
4558807c48
|
Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU
|
8 years ago |
Yu Yang
|
84500f9487
|
Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU`
By shell command
```bash
sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
```
|
8 years ago |
dzhwinter
|
473af1892a
|
Merge pull request #3975 from typhoonzero/fix_row_buffer_free
Fix row buffer mem free
|
8 years ago |
Yiqun Liu
|
a9202e89cf
|
Merge pull request #3764 from Xreki/build_ios
Add the support of the cross-compiling for iOS devices
|
8 years ago |
Tao Luo
|
b5a448f350
|
Merge pull request #4154 from luotao1/avg_pool
refine avg-pooling, which is exclusive. refine related code.
|
8 years ago |
Luo Tao
|
780e26826d
|
remove unused CHECK in matrix.cpp
|
8 years ago |
Luo Tao
|
73da97207e
|
fix AvgPoolBackward and using CaffeMode in test_AvgPoolFwdBwd
|
8 years ago |
hedaoyuan
|
d59295f2c9
|
Merge pull request #4150 from hedaoyuan/mobile
Add a `neon::relu` activation function.
|
8 years ago |
Luo Tao
|
8067a42bef
|
refine avg-pooling, which is exclusive. refine related code.
|
8 years ago |
tensor-tang
|
b0d9b68a5f
|
unify functions of mkldnn_fc and refine comments
|
8 years ago |
hedaoyuan
|
9e7da6799b
|
Add a neon::relu.
|
8 years ago |
Liu Yiqun
|
b4d710ce12
|
Merge branch 'develop' into build_ios
|
8 years ago |
tensor-tang
|
66fdbd0cee
|
add some comment and simplify some code
|
8 years ago |
tensor-tang
|
ca3db07028
|
add createReorder and createMemoryDesc in MKLDNNMatrix
|
8 years ago |
tensor-tang
|
d74fe78040
|
refine MKLDNNMatrix, solid data handle, rename updateData to setData
|
8 years ago |
typhoonzero
|
bd66d056c8
|
fix row buffer mem free
|
8 years ago |
hedaoyuan
|
0146e8bfc5
|
Merge pull request #3843 from Xreki/build_android_clang
Enable the use of clang to cross-compile for Android
|
8 years ago |
Liu Yiqun
|
7976876993
|
Add the finding of iOS's native vecLib.framework.
|
8 years ago |
whs
|
a162ebce8b
|
Merge branch 'develop' into pixel_softmax_layer
|
8 years ago |
Liu Yiqun
|
8e5f54320f
|
Refine the toolchain file of Android to use clang as default compiler.
|
8 years ago |
Liu Yiqun
|
7939705384
|
Add the missing return statement.
|
8 years ago |
Liu Yiqun
|
50c63dc9e7
|
Merge branch 'develop' into build_android_clang
|
8 years ago |
chengduoZH
|
6374831966
|
fix conflict
|
8 years ago |
chengduoZH
|
a357bd6fe5
|
Fix conflict and Add test_pooling3D_layer.protostr
|
8 years ago |
chengduoZH
|
455d2bd7b1
|
fix conflict
|
8 years ago |
chengduoZH
|
43da7675b3
|
fix conflict
|
8 years ago |
chengduoZH
|
4dcc533206
|
fix conflict
|
8 years ago |
tensor-tang
|
bfbd066fdd
|
refine
|
8 years ago |
chengduoZH
|
b1c0bad9fe
|
Add config parser for pooling3D
|
8 years ago |
Liu Yiqun
|
f241773c4f
|
Support to use clang for Android cross-compiling.
|
8 years ago |
tensor-tang
|
fe51f726a2
|
fix cmake
|
8 years ago |
tensor-tang
|
4cc57836f3
|
enable reorder
|
8 years ago |
chengduoZH
|
860bf192c9
|
Add maxPoolIdx
|
8 years ago |
chengduoZH
|
790379f147
|
fix above comments
|
8 years ago |
tensor-tang
|
780c8d969e
|
make downSpatial work, and remove hasSpatial_
|
8 years ago |
tensor-tang
|
48d87e5e91
|
pass test, support input CPU device
|
8 years ago |
tensor-tang
|
4eecd0c2d5
|
use MKLDNNMatrix in fc backward
|
8 years ago |
chengduoZH
|
2377d71947
|
Add3DPooling
|
8 years ago |