Commit Graph

334 Commits (3b04f0099ca0eb8c543deddc1b2c9ea39a357441)

Author SHA1 Message Date
tensor-tang e1b8f5fbff add resize of MKLDNNMatrix 7 years ago
xzl a54565ea01 delete mask pool interface from poolprojection 7 years ago
hedaoyuan cad7bd13d2 Merge branch 'develop' of https://github.com/baidu/Paddle into inference 7 years ago
Luo Tao 7835d49384 remove PADDLE_USE_MKL 7 years ago
yangyaming cfad83ce89 Add MulValueLayer. 7 years ago
Kexin Zhao 9d8b305964 small fix 7 years ago
Kexin Zhao ff51737507 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into float16 7 years ago
武毅 cdd1da3424
Hack auc for dense vector labels () 8 years ago
tensor-tang 3eb42bfd6f move test_CompareMKLDNNandCPU to test_MKLDNN and remove unused code 8 years ago
Kexin Zhao a208dd64ae add float16 data type 8 years ago
hedaoyuan 91d24c5fa9 Bug fix. 8 years ago
hedaoyuan 2368377abf Bug fix. 8 years ago
hedaoyuan 6a14f52d4b Remove SharedCpuMatrix in mobile inference. 8 years ago
hedaoyuan 2d84c6eae8 Remove SparseMatrix in mobile inference. 8 years ago
hedaoyuan a5494fa826 Remove SparseRowMatrix in mobile inference. 8 years ago
tensor-tang aecfeb7257 refine check macro 8 years ago
wangmeng28 477e3eb066 Merge remote-tracking branch 'upstream/develop' into add_rowScale_for_CpuSparseMatrix 8 years ago
Tao Luo b68f2d209a Merge pull request from tensor-tang/mkldnn_bn 8 years ago
wangmeng28 509ae79a5d Add rowScale for CpuSparseMatrix 8 years ago
typhoonzero a2412ce070 fix sparse update size 8 years ago
tensor-tang 02fdf24115 enable copyFrom of MKLDNNMatrix 8 years ago
Kexin Zhao e4733224c9 initial commit for float16 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
xzl c876dfaa67 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask 8 years ago
xzl afa690243e add cuda and cpu pool_forward_with_mask impl 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` 8 years ago
dzhwinter 473af1892a Merge pull request from typhoonzero/fix_row_buffer_free 8 years ago
Yiqun Liu a9202e89cf Merge pull request from Xreki/build_ios 8 years ago
Tao Luo b5a448f350 Merge pull request from luotao1/avg_pool 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 from hedaoyuan/mobile 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 from Xreki/build_android_clang 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
tensor-tang 4bffbd30f0 use MKLDNNMatrix in fc forward 8 years ago
chengduoZH d5768ebc89 fix above comments 8 years ago
tensor-tang 62e6dac402 add MKLDNNMatrix files 8 years ago
chengduoZH 43f6cdc824 fix Matrix 8 years ago
chengduoZH 424b325d08 add unit test DeConv3D, Conv3D, col2vol, vol2col 8 years ago
chengduoZH 52ceeedba5 Add col2vol and vol2col CPU funtion 8 years ago
Yi Wang 52954e6f58 Merge pull request from hedaoyuan/fix_warning 8 years ago
liaogang 7a56d46a8a Rename PROJ_ROOT to PADDLE_SOURCE_DIR and PROJ_BINARY_ROOT to PADDLE_BINARY_DIR 8 years ago
hedaoyuan f1677d5cac Merge branch 'develop' of https://github.com/baidu/Paddle into fix_warning 8 years ago
hedaoyuan c7f245892e Fix some warning. 8 years ago
Yi Wang fe04175ed3 Fix comparison between signed and unsigned values 8 years ago
liaogang d1e754336e Merge branch 'clang-format' of https://github.com/gangliao/Paddle; branch 'develop' of https://github.com/PaddlePaddle/Paddle into clang-format 8 years ago
Yi Wang 93ced954a0 Simplify test_matrixCompare 8 years ago
liaogang 1d4fa2433c ClangFormat for proto and cuda 8 years ago
Yu Yang 858b97cbea Fix CPU compile 8 years ago
guosheng 82911cecb6 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ClipLayer 8 years ago
dangqingqing d6ca03eb21 Fix out of memory. 8 years ago
guosheng 23a8d015e0 add ClipLayer 8 years ago
dangqingqing aaff2ddd84 remove comments. 8 years ago
dangqingqing cc5f0951ec Fix bug for WarpCTCLayer. 8 years ago
hedaoyuan ff8262e283 Merge branch 'develop' into ImageExpandFunction 8 years ago
tensor-tang 577bb4e346 rename mkllite to mklml 8 years ago
wanghaoshuang e8ee07f31f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pixel_softmax_layer 8 years ago
wanghaoshuang 1cdf149b6f 1. delete PixelSoftmaxLayer and add SwitchOrderLayer 8 years ago
tensor-tang 89a4158038 enable MKLDNN library and MKL small package 8 years ago
hedaoyuan 010adb99b4 Remove useless empty pointer check. 8 years ago
wanghaoshuang 29f25fbe03 Add pixel softmax layer for FCN model 8 years ago
Yu Yang 64b78b1656 Fix TravisCI 8 years ago
Yu Yang b1a311c44d Add pb_cc_library in generic.cmake 8 years ago
hedaoyuan 49e87ee327 Change the CpuMatrix::copyFrom and CpuVector::copyFrom with the stream parameter to the synchronous interface. 8 years ago
hedaoyuan 09d712d6ae Remove useless code(Matrix::convExpand and Matrix::convShrink). 8 years ago
xuwei06 17994e38aa RecurrentGroup with mixed input sequence types 8 years ago
qingqing01 42f47d49ad Merge pull request from pkuyym/fix-2265 8 years ago
Yu Yang 273e3f444f Remove not necessary functionalities in Parameter 8 years ago
yangyaming 7ee942bba8 Add scale factor for smoothL1 and smoothL1Bp 8 years ago