Commit Graph

5241 Commits (b36f3ae761a66b426ee37c96450cd72742387911)
 

Author SHA1 Message Date
qijun b36f3ae761 follow comments and add flags in cuda 8.0
8 years ago
Yi Wang f6f312418d Move --expt-relaxed-constexpt as a NVCC flag
8 years ago
Yi Wang 6b51540419 Add --expt-relaxed-constexpr to surppress Eigen warnings
8 years ago
Yi Wang d911b1b5c4 Merge pull request #3279 from wangkuiyi/compare_signed_and_unsigned
8 years ago
Yan Chunwei c72253127f crossentropy grad op (#3186)
8 years ago
Yi Wang fe04175ed3 Fix comparison between signed and unsigned values
8 years ago
Yi Wang 338d861f7e Merge pull request #3276 from wangkuiyi/make_generation_deb_optional
8 years ago
Yi Wang 89bc429312 Add environment variable WITH_DEB to control if buill.sh should generate .deb file
8 years ago
Yi Wang 2357aee368 Merge pull request #3250 from lcy-seso/seq_softmax_in_sub_seq_mode
8 years ago
Yi Wang a9b6594863 Merge pull request #3271 from reyoung/feature/make_in_build.sh
8 years ago
Yan Chunwei b943874f16 move namespace rnn to a directory (#3261)
8 years ago
Yu Yang c2272c6ecb Only make install when it necessary in build.sh
8 years ago
Yu Yang 03a38b3d55 Merge pull request #3210 from reyoung/feature/fast_python_unittest
8 years ago
Yu Yang a720d21dcd Paddle always not use `virtualenv` to unit-test
8 years ago
gangliao 75185d821a Merge pull request #3228 from gangliao/clang-format
8 years ago
hedaoyuan fa839c52ea Merge pull request #3263 from hedaoyuan/simplify_crossmapnormaloptest
8 years ago
QI JUN 10ee3dcbcf Merge pull request #3248 from QiJune/refine_op_test_compare
8 years ago
Yu Yang 49b9f6eb45 Update numpy version in docker file
8 years ago
Yu Yang 37fe8bf9e5 Update dockerfile's numpy
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
gangliao 506f5edf2c Merge pull request #3262 from wangkuiyi/reformat-paddle-operators
8 years ago
Yu Yang 2a3de61785 Merge branch 'reformat-paddle-operators' into feature/fast_python_unittest
8 years ago
Yu Yang b4ebb3c85c Change attr_type_pb2 to attribute_pb2
8 years ago
hedaoyuan d18a9f1f37 Simplify BlockExpandOpTest.
8 years ago
hedaoyuan 7b55a0cf14 Simplify CrossMapNormalOpTest.
8 years ago
Yu Yang 329370e8ca Merge branch 'develop' of github.com:baidu/Paddle into feature/fast_python_unittest
8 years ago
Yi Wang b8ff82759c Merge branch 'develop' of https://github.com/paddlepaddle/paddle into reformat-paddle-operators
8 years ago
Yi Wang dc21a58b58 Merge pull request #3196 from helinwang/test
8 years ago
Yi Wang 9620df4464 Reformat paddle/operators/* strictly following Google Style Guide
8 years ago
Yi Wang 559b02244d Merge pull request #3256 from wangkuiyi/cpplint_errors
8 years ago
Yi Wang 301a21d8fe cpplint recurrent_op*
8 years ago
Yi Wang 5ae7a5f111 cpplint attribute.h
8 years ago
Yi Wang a07cef338c Merge branch 'develop' of https://github.com/paddlepaddle/paddle into cpplint_errors
8 years ago
Yi Wang 2fef13e358 Merge pull request #3225 from wangkuiyi/restructure-attribute
8 years ago
Helin Wang f0cf8ac6f0 reduce compare sparse test time by reducing dimensions
8 years ago
Yi Wang 93c45a95f0 Merge pull request #3251 from emailweixu/cpplint
8 years ago
Yi Wang e99c4d9971 Merge pull request #3253 from wangkuiyi/shorten-running-time-matrixCompare
8 years ago
Yi Wang a7d5b1ab38 Merge pull request #3217 from wangkuiyi/const
8 years ago
Yi Wang 8faf905e00 Correct dependencies
8 years ago
Yi Wang 949e8f53f9 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into restructure-attribute
8 years ago
Yi Wang 7aac121816 Fix bugs
8 years ago
Yi Wang a40b755b6a Add explicit to some constructors
8 years ago
Yi Wang 93ced954a0 Simplify test_matrixCompare
8 years ago
xuwei06 3c798828a9 SKip cpplint if source is not changed.
8 years ago
helinwang ef8de51587 Merge pull request #3247 from Yancey1989/convert_all_dataset
8 years ago
Yi Wang 1ff8b8dd20 Update new source files
8 years ago
Yi Wang eae5c94944 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into const
8 years ago
gangliao 548b72a678 Merge pull request #3233 from Superjom/enforce_add_more_helpers
8 years ago
qijun dcdd2903fe use isclose instead of assert_almost_equal
8 years ago
Yancey1989 cbabaa4544 convert dataset into recordio format
8 years ago