Commit Graph

119 Commits (bcf260e1e8b94de533775e65dd1d55393bbda16b)

Author SHA1 Message Date
Yu Yang 15318aebac Merge branch 'develop' of github.com:baidu/Paddle into feature/clean_sparse_row_matrix
9 years ago
hedaoyuan 1e6c917ecc fix unit test of paramRelu
9 years ago
tianbingsz 0057c802d8 Merge pull request #1058 from tianbingsz/test_util
9 years ago
liaogang be8b126845 Move Execepts into arch/osx dir
9 years ago
xutianbing 936b0ed118 add paddle_test_util static lib to simplify unit test.
9 years ago
xutianbing ec6b13dbfc clean up unused code.
9 years ago
hedaoyuan 4af4883f22 fix some tests which only need paddle::initMain in main
9 years ago
hedaoyuan cf498cfad5 move TestMain.cpp into utils and fix some tests for check
9 years ago
xutianbing 4fbf94993b Refactor MUL functions, pass object reference instead of shared_ptr.
9 years ago
xutianbing 706c572424 Matrix API refactor, when passing parameters, convert shared_ptr (MatrixPtr) to
9 years ago
liaogang 3d0e73bd32 Remove custom glog-like and gflags-like macros
10 years ago
Yu Yang f63fbcdd29 Add unit test for row buffer.
10 years ago
hedaoyuan bf47397125 Merge pull request #859 from hedaoyuan/fix_warning
10 years ago
hedaoyuan 72bb211b2f remove COMPILER_SUPPORT_CXX11
10 years ago
Yu Yang 068bfbb817 All file pass pre-commit hook
10 years ago
Yi Wang e9549cbb78 Change "Baidu, Inc" into "PaddlePaddle Authors"
10 years ago
hedaoyuan abdcb8e128 format some files
10 years ago
hedaoyuan d04c206f30 remove the 'using namespace paddle;' in the test files
10 years ago
hedaoyuan 84a0574ac3 add a PerfUtils.h
10 years ago
hedaoyuan 8d73681324 fix some errors due to merge
10 years ago
hedaoyuan 671db8deaa Merge branch 'develop' of https://github.com/baidu/Paddle into tensor_merge
10 years ago
hedaoyuan a1d1565fb9 add some comments
10 years ago
hedaoyuan 7e0b51f28f some bugs fix
10 years ago
hedaoyuan a7855d3ebb Lazy Assignment
10 years ago
hedaoyuan 3a5d60bc1c compile test_Tensor.cu with CPU
10 years ago
hedaoyuan 07f30241b8 fixed some nvcc compilation related
10 years ago
hedaoyuan e63f1e6952 merge from cooder
10 years ago
hedaoyuan 11479901a7 some bug fix
10 years ago
hedaoyuan 956b661cd9 Merge branch 'master' into auto_compare
10 years ago
hedaoyuan ee52c75946 delete BaseMatrixCompare, and add AutoCompare::cmpWithoutArg
10 years ago
hedaoyuan c410382145 add some comments
10 years ago
hedaoyuan 1df826e767 Add a AutoCompare and move some test form test_matrixCompare.cpp to test_Matrix.cpp
10 years ago
hedaoyuan f70fc4a439 move some test from test_matrixCompare.cpp to test_BaseMatrix.cpp and test_Matrix.cpp
10 years ago
xutianbing c7f96de12e add unit test for deepSwap
10 years ago
hedaoyuan 1873945dc7 Add test_Matrix.cpp for auto compare member functions of class Matrix
10 years ago
hedaoyuan 1bac8e60c3 modify the file name test_matrix.cpp to test_SparseMatrix.cpp
10 years ago
hedaoyuan 409a8a181d Merge branch 'develop' of https://github.com/baidu/Paddle into auto_compare
10 years ago
hedaoyuan 85e0cd709c move some BaseMatrix test from test_matrixCompare.cpp to test_BaseMatrix.cpp
10 years ago
hedaoyuan ff7b4284f4 Add a auto compare for BaseMatrix
10 years ago
liaogang e488001675 Merge conflict with hl_cuda_device.cc
10 years ago
Luo Tao 80c68d38ff clang format .cc .h .cpp .c and .hpp file
10 years ago
liaogang 8393c19ccf Add recursive mutex and counter for gpu profiler
10 years ago
liaogang 2c84c1ecfb Add profiler object and update docs
10 years ago
liaogang 84cab2c763 Merge conflict with develop branch
10 years ago
liaogang e8c0fb9e14 Add GPU Profiler unit test
10 years ago
Haonan 5591292b7a modifications according to comments
10 years ago
Haonan 069d0004dc multi_binary_cross_entropy when ids vector is provided
10 years ago
gangliao 8295eb91bf Merge pull request #287 from gangliao/bilinear
10 years ago
Liang Zhao 8c40bfd0fc Make matrix well-conditioned when unittest inverse
10 years ago
liaogang cc04a7d7ab Merge branch 'develop' of https://github.com/baidu/Paddle into bilinear
10 years ago
liaogang db1757556e Follow comments
10 years ago
hedaoyuan a07da94939 fix floating-point overflow problem of tanh (#355)
10 years ago
liaogang bd38facada Fix conflict
10 years ago
lzhao4ever 5f2059db05 Add matrix inverse (#240)
10 years ago
qingqing01 45c81a414f Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218)
10 years ago
liaogang fd4eeaf59c Merge conflict with maxout layer
10 years ago
liaogang ddfff3a7fd Add bilinear interpolation layer
10 years ago
luotao1 3dd8c9bea4 add maxout layer, including interface and unittest (#229)
10 years ago
qingqing01 191fafe355 support rectangle padding, stride, window and input for PoolProjection (#115)
10 years ago
Yu Yang cbb904356c Remove main function in some unittest.
10 years ago
liaogang 1f8c21978d replace fabsf() using std::abs
10 years ago
liaogang d8366a67fa fix bug on thread barrier
10 years ago
liaogang b2d65384e9 Merge remote-tracking branch 'origin/master'
10 years ago
liaogang 1df0c7b149 avoid link failed on unit test for mac os
10 years ago
Yu Yang 55a1a7588b Disable a unittest will use large memory by grep
10 years ago
Yu Yang a238b11f83 Fix linux compile
10 years ago
liaogang 58f74e2ca1 Add main entry for unit test files and replace memalign by posix_memalign
10 years ago
He 903d5c7ec0 bug fix for hl_matrix_classification_error
10 years ago
zhangjinchao01 b72beee4f0 fix dash and space bug,
10 years ago