- 05 12月, 2018 1 次提交
 - 
- 
由 liuhongyu 提交于
 
 - 
 - 03 12月, 2018 1 次提交
 - 
- 
由 phlrain 提交于
test=release/1.2
 
 - 
 - 22 11月, 2018 2 次提交
 - 
- 
由 peizhilin 提交于
 - 
由 wopeizl 提交于
* add recordio support * disable the openblas multi-thread on windows since no support adjust the python script * code style * code style test=develop * add create_recordio_file_reader back * fix code style test=develop * fix the gtest.cmake on windows * fix cc_test on windows * fix the win build test=develop * remove fused compile support on windows test=develop * add the jit support test=develop * add the jit support, test=develop * add the jit support, test=develop * add the jit back fix compile error on windows * rollback test=develop * test case fix * disable DSO by default on windows * exclude warpctc_op on windows * exclude the dynload_warpctc out on windows test=develop * fix the scripts error test=develop * disable avx on windows by default test=develop * re-organize the cmake file * disable mkl on windows by default * add warp_ctc back * fix the dependency * fix the dependency * fix the build issue on windows * remove unsupported flag on windows * code style * code style test=develop * fix issue * add profiler, parallel_executor back * clean up the pre-definitions on windows * fix build issue * test=develop
 
 - 
 - 21 11月, 2018 1 次提交
 - 
- 
由 peizhilin 提交于
 
 - 
 - 19 11月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
* Convolution fusion operator. * Clean code test=develop
 
 - 
 - 16 11月, 2018 1 次提交
 - 
- 
由 Wu Yi 提交于
* add cudnn ctc loss * wip add test test=develop * wip * wip * done test=develop * move include cudnn test=develop * test test=develop * fix build test=develop * fix build test=develop * fix build on cudnn5 test=develop * fix cudnn5 build test=develop * fix cudnn5 build test=develop * merge develop softmax functor change test=develop
 
 - 
 - 09 11月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
* exhaustive search for cuDNN conv. * Refine code and add unit testing. * Fix model load in fluid/inference and unit testing in conv2d * Follow comments. * Fix compiling test=develop
 
 - 
 - 07 11月, 2018 2 次提交
 - 
- 
由 qingqing01 提交于
This reverts commit ce7d9b07.
 - 
由 qingqing01 提交于
* exhaustive search for cuDNN conv. * Refine code and add unit testing. * Clean code * Fix model load in fluid/inference and unit testing in conv2d * Follow comments.
 
 - 
 - 02 11月, 2018 1 次提交
 - 
- 
由 whs 提交于
* Add affine grid generator. * fix ffine grid. * Add unitest. * Add CPU kernel and fix unitest. * Fix CPU kernel. * Refine code. test=develop * Fix python api. test=develop * Update python api. test=develop * Fix comment. test=develop * Rename affine_grid_generator to affine_grid and enhence unitest. test=develop * Fix unitest. test=develop
 
 - 
 - 29 10月, 2018 2 次提交
 - 
- 
由 dengkaipeng 提交于
 - 
由 dengkaipeng 提交于
 
 - 
 - 28 9月, 2018 1 次提交
 - 
- 
由 dzhwinter 提交于
* flags * "follow comment"
 
 - 
 - 15 9月, 2018 1 次提交
 - 
- 
由 dzhwinter 提交于
 
 - 
 - 29 8月, 2018 1 次提交
 - 
- 
由 dzhwinter 提交于
 
 - 
 - 21 8月, 2018 1 次提交
 - 
- 
由 dzhwinter 提交于
 
 - 
 - 17 8月, 2018 1 次提交
 - 
- 
由 dzhwinter 提交于
 
 - 
 - 01 6月, 2018 1 次提交
 - 
- 
由 yuyang18 提交于
 
 - 
 - 25 4月, 2018 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 08 4月, 2018 1 次提交
 - 
- 
由 Yi Wang 提交于
* Update source files. * Update headers * Update * Update * Update * Update * Fix a CMake dependency
 
 - 
 - 04 4月, 2018 2 次提交
 - 
- 
由 Kexin Zhao 提交于
 - 
由 Kexin Zhao 提交于
 
 - 
 - 12 2月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 10 2月, 2018 2 次提交
 - 14 1月, 2018 1 次提交
 - 
- 
由 dzhwinter 提交于
* "unified operators" * "add CUDNN register" * "add use cudnn attribute" * "add attribute" * "test conv tranpose op" * "remove duplicated attr" * "fix op test" * "add attribute to set cudnn" * "add more log" * "need layout op register support" * "add more log" * "change GetExpectedKernelType " * "fix Get attr in conv_op" * "fix CI" * "fix tests" * "removed kernel priority fallback" * "fix CI" * "fix stack pointer bug" * "refine buggy interface" * "add const cast to save life" * "fix get_output_with_grad" * "fix op test with dataformat" * ""fix pooling * "fix pooling test" * "fix CI" * "fix with_gpu error" * "add transform needed functional check" * "fix unpack list error" * "comment out parallel.do temporary" * "fix CI" * "fix compile doc error" * "make threshold larger"
 
 - 
 - 07 12月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Add HasCUDNN to detect if CUDNN is installed or not * Fix CI
 
 - 
 - 29 11月, 2017 1 次提交
 - 
- 
由 武毅 提交于
* fix compile on cudnn7 * update * update * make silent
 
 - 
 - 26 10月, 2017 1 次提交
 - 
- 
由 Qiao Longfei 提交于
* init cudnn batch norm op * rename batch_norm_cudnn_op.cc batch_norm_op.cu * correct name style * add ExtractNCWHD, simplify code * fix ExtractNCWHD * use CUDNN_ENFORCE instead of PADDLE_ENFORCE
 
 - 
 - 31 8月, 2017 1 次提交
 - 
- 
由 dangqingqing 提交于
 
 - 
 - 11 7月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 04 7月, 2017 3 次提交
 - 03 7月, 2017 1 次提交
 - 
- 
由 qijun 提交于
 
 -