Commit Graph

94 Commits (2039070e9cb4dadf12332d16f74cf349fd980d73)

Author SHA1 Message Date
liaogang 0eaf9f64e6 Remove sparse length limits
8 years ago
hedaoyuan abdcb8e128 format some files
8 years ago
hedaoyuan d04c206f30 remove the 'using namespace paddle;' in the test files
8 years ago
hedaoyuan 84a0574ac3 add a PerfUtils.h
8 years ago
hedaoyuan 8d73681324 fix some errors due to merge
8 years ago
hedaoyuan 671db8deaa Merge branch 'develop' of https://github.com/baidu/Paddle into tensor_merge
8 years ago
hedaoyuan a1d1565fb9 add some comments
8 years ago
hedaoyuan 7e0b51f28f some bugs fix
8 years ago
hedaoyuan a7855d3ebb Lazy Assignment
8 years ago
hedaoyuan 3a5d60bc1c compile test_Tensor.cu with CPU
8 years ago
hedaoyuan 07f30241b8 fixed some nvcc compilation related
8 years ago
hedaoyuan e63f1e6952 merge from cooder
8 years ago
hedaoyuan 11479901a7 some bug fix
8 years ago
hedaoyuan 956b661cd9 Merge branch 'master' into auto_compare
8 years ago
hedaoyuan ee52c75946 delete BaseMatrixCompare, and add AutoCompare::cmpWithoutArg
8 years ago
hedaoyuan c410382145 add some comments
8 years ago
hedaoyuan 1df826e767 Add a AutoCompare and move some test form test_matrixCompare.cpp to test_Matrix.cpp
8 years ago
hedaoyuan f70fc4a439 move some test from test_matrixCompare.cpp to test_BaseMatrix.cpp and test_Matrix.cpp
8 years ago
xutianbing 5de5453d15 add code comments for deepSwap
8 years ago
xutianbing c7f96de12e add unit test for deepSwap
8 years ago
xutianbing cf205d0d43 deepSwap
8 years ago
hedaoyuan 1873945dc7 Add test_Matrix.cpp for auto compare member functions of class Matrix
8 years ago
hedaoyuan 1bac8e60c3 modify the file name test_matrix.cpp to test_SparseMatrix.cpp
8 years ago
hedaoyuan 409a8a181d Merge branch 'develop' of https://github.com/baidu/Paddle into auto_compare
8 years ago
hedaoyuan 85e0cd709c move some BaseMatrix test from test_matrixCompare.cpp to test_BaseMatrix.cpp
8 years ago
hedaoyuan ff7b4284f4 Add a auto compare for BaseMatrix
8 years ago
liaogang e488001675 Merge conflict with hl_cuda_device.cc
8 years ago
Luo Tao 80c68d38ff clang format .cc .h .cpp .c and .hpp file
8 years ago
Yu Yang 5e738ca333 Change auto => size_t in BaseMatrix.cu
8 years ago
liaogang 8393c19ccf Add recursive mutex and counter for gpu profiler
8 years ago
Yu Yang 20600e7036 Fix several cpp issues
8 years ago
liaogang 2c84c1ecfb Add profiler object and update docs
8 years ago
liaogang 84cab2c763 Merge conflict with develop branch
8 years ago
liaogang e8c0fb9e14 Add GPU Profiler unit test
8 years ago
Yu Yang 9115ab1c11 Merge pull request #450 from reyoung/feature/pre-commit-hooks-scripts
8 years ago
xuwei06 a6ad9a1608 Fix unittest
8 years ago
xuwei06 bf6f690f31 Add ScalingProjection
8 years ago
Yu Yang 836d61382f Update pre-commit-config
8 years ago
Haonan 5591292b7a modifications according to comments
8 years ago
Haonan 069d0004dc multi_binary_cross_entropy when ids vector is provided
8 years ago
qijun 9dd588b414 fix merge conflicts
8 years ago
gangliao 8295eb91bf Merge pull request #287 from gangliao/bilinear
8 years ago
qingqing01 cfc965d52c Merge pull request #269 from wangyang59/deconv
8 years ago
qijun 61444d903d Merge remote-tracking branch 'baidu/develop' into feature/sppnet
8 years ago
wangyang59 af7a50c0d4 minor changes on deconv implementation and add protostr test for deconv layer
8 years ago
wangyang59 53e1629a43 Refactored imageSize in ConvBaseLayer to MathUtil
8 years ago
liaogang bc2b521c24 Follow comments
8 years ago
Liang Zhao 992ac8f9a1 Implement setDiag() with BaseMatrix::assign()
8 years ago
Liang Zhao 8c40bfd0fc Make matrix well-conditioned when unittest inverse
8 years ago
qijun 3553576e6e Merge remote-tracking branch 'baidu/develop' into feature/sppnet
8 years ago