1. 09 10月, 2020 1 次提交
  2. 01 10月, 2020 2 次提交
  3. 29 9月, 2020 2 次提交
  4. 27 9月, 2020 2 次提交
  5. 26 9月, 2020 1 次提交
  6. 25 9月, 2020 3 次提交
  7. 24 9月, 2020 2 次提交
    • W
      register seq_concat_fc_fuse pass. (#27479) · 3d552214
      Wilber 提交于
      3d552214
    • W
      use iwyu clean include (#27267) · df43905f
      wanghuancoder 提交于
      * use iwyu clean include, test=develop, test=win
      
      * compilation error, test=develop
      
      * fix compilation error2, test=develop
      
      * fix compilation error3, test=develop
      
      * fix compilation error4, test=develop
      
      * fix compilation error5, test=develop
      
      * fix compilation error6, test=develop
      
      * fix compilation error7, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error10, test=develop
      
      * fix compilation error11, test=develop
      df43905f
  8. 22 9月, 2020 1 次提交
  9. 21 9月, 2020 4 次提交
  10. 18 9月, 2020 4 次提交
  11. 17 9月, 2020 2 次提交
  12. 16 9月, 2020 2 次提交
  13. 15 9月, 2020 2 次提交
  14. 14 9月, 2020 3 次提交
  15. 09 9月, 2020 1 次提交
  16. 08 9月, 2020 2 次提交
    • W
      Error msg/polish tensor error msg (#26976) · 13804ed8
      WeiXin 提交于
      * polish one line error message in tensor.cc
      
      * polish error messages in tensor.cc,tensor.h tensor_impl.h
      
      * polish error messages in tensor.cc tensor.h tensor_impl.h
      
      * polish error messages in tensor.cc,tensor.h tensor_impl.h
      
      * polish error messages in tensor.cc tensor.h tensor_impl.h tensor_test.cc
      
      * polish error messages in tensor.cc tensor.h tensor_impl.h
      13804ed8
    • P
      fix multihead matmul shared params (#27121) · 5fb8c920
      Pei Yang 提交于
      5fb8c920
  17. 04 9月, 2020 1 次提交
  18. 03 9月, 2020 3 次提交
  19. 02 9月, 2020 2 次提交
    • W
      Add FetchAsyncOpHandle, and use it in FastThreadedExecutor (#26643) · 2d2c31a6
      wanghuancoder 提交于
      * optimized transformation form tensor to numpy, test=develop
      
      * Modify fetch op handle, from memcpy Sync to memcpy Async, test=develop
      
      * modify CUDAPinnedPlace to CPUPlace, test=develop
      
      * modify CPUPlace to CUDAPinnedPlace, and set default inplace to false, test=develop
      
      * revert fetch_op_handle, add fetch_async_op_handle, test=develop
      
      * revert fetch_op_handle, add fetch_async_op_handle, test=develop
      
      * fix error msg report, test=develop
      
      * fix bug in cpuplace, test=develop
      
      * fix bug in unmerge and tensorarray modle, test=develop
      
      * fix bug, double copy gpu memory, test=develop
      
      * fix chenweihang¡¯s review advice, test=develop
      2d2c31a6
    • T
      fix eigen in push sparse; fix hadoop command (#26872) · 52057484
      Thunderbrook 提交于
      * fix eigen in push sparse; fix hadoop command
      test=develop
      
      * add log in load_combine_op
      test=develop
      52057484