1. 22 11月, 2018 1 次提交
    • W
      Windows/online (#14474) · d9a1f3e5
      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
      d9a1f3e5
  2. 18 11月, 2018 1 次提交
  3. 12 11月, 2018 1 次提交
  4. 06 11月, 2018 1 次提交
    • P
      gpu support, fix build issue: · 1f12ba61
      peizhilin 提交于
      1. Non utf-8 characters within comments of OPs may lead to protobuf fail to parse_from_string
      2. comment out some ops which not supported on windows
      3. cuda libs may not be correctly linked to target on windows
      1f12ba61
  5. 12 10月, 2018 1 次提交
    • C
      Fix layers.uniform_random (#13823) · 9c77b65c
      chengduo 提交于
      * fix layers.uniform_random
      
      * fix uniform_random
      test=develop
      
      * remove var type set
      test=develop
      
      * fix similar error
      test=develop
      9c77b65c
  6. 28 9月, 2018 1 次提交
  7. 25 9月, 2018 3 次提交
  8. 23 9月, 2018 1 次提交
  9. 21 9月, 2018 5 次提交
  10. 20 9月, 2018 2 次提交
  11. 29 8月, 2018 1 次提交
  12. 21 8月, 2018 1 次提交
  13. 15 8月, 2018 1 次提交
  14. 01 8月, 2018 1 次提交
  15. 26 7月, 2018 1 次提交
  16. 14 6月, 2018 3 次提交
  17. 13 6月, 2018 2 次提交
  18. 11 6月, 2018 2 次提交
  19. 08 6月, 2018 1 次提交
  20. 06 6月, 2018 2 次提交
  21. 05 6月, 2018 1 次提交
  22. 01 6月, 2018 1 次提交
  23. 02 4月, 2018 1 次提交
  24. 29 3月, 2018 1 次提交
  25. 28 3月, 2018 1 次提交
  26. 18 3月, 2018 1 次提交
  27. 15 3月, 2018 2 次提交
    • D
      [Speed]implement cudnn sequence softmax cudnn (#8978) · 128adf53
      dzhwinter 提交于
      * "add softmax cudnn functor support"
      
      * "add testing"
      
      * "refine cmakelist"
      
      * "sequence softmax forward speed up"
      
      * "add softmax grad"
      
      * "fix sequence softmax test"
      
      * "add double precision'
      
      * "fix softmax test"
      
      * "add softmax cudnn support"
      
      * "fix softmax cudnn test"
      
      * "add softmax to nn.py"
      
      * "fix compile bug"
      
      * "refine cmakelist"
      
      * "fix ci"
      
      * "fix based on comment"
      
      * "fix based on comments"
      
      * "fix ci"
      128adf53
    • D
      "exported scatter to python" (#9038) · 71400711
      dzhwinter 提交于
      * "exported scatter to python"
      
      * Revert ""exported scatter to python""
      
      This reverts commit 38745a626c3f937bec836c92c98a76deadf0a03d.
      
      * "polish scatter and export to python"
      71400711