1. 09 9月, 2020 1 次提交
  2. 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
  3. 04 9月, 2020 1 次提交
  4. 03 9月, 2020 3 次提交
  5. 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
  6. 31 8月, 2020 1 次提交
  7. 29 8月, 2020 1 次提交
  8. 28 8月, 2020 4 次提交
  9. 27 8月, 2020 4 次提交
  10. 26 8月, 2020 1 次提交
  11. 25 8月, 2020 3 次提交
  12. 24 8月, 2020 3 次提交
  13. 21 8月, 2020 1 次提交
    • Q
      support Baidu Kunlun AI Accelerator (#25959) · 138ecf24
      QingshuChen 提交于
      * support Baidu AI Accelerator
        * test=kunlun
      
      * minor
       * test=kunlun
      
      * support xpu op in separate file
       * test=kunlun
      
      * update XPU error message and remove duplicated code
      
       * test=kunlun
      
      * minor
       * test=kunlun
      
      * minor
       * test=kunlun
      138ecf24
  14. 20 8月, 2020 1 次提交
  15. 19 8月, 2020 3 次提交
  16. 18 8月, 2020 2 次提交
  17. 15 8月, 2020 1 次提交
    • Z
      expose and unify the Tensor concepts to the user (#25978) · 6de463d3
      Zhou Wei 提交于
      * expose and unify the Tensor concepts to the user
      
      * expose tensor to user
      
      * add copy place for Tensor
      
      * add copy place for Tensor
      
      * add note
      
      * add macro PADDLE_WITH_CUDA
      
      * remove RUN_TYPE=DIST
      
      * fix some error
      6de463d3
  18. 13 8月, 2020 3 次提交
  19. 12 8月, 2020 2 次提交
  20. 10 8月, 2020 1 次提交
    • M
      fix encryption infer (#25979) · 6559229b
      MRXLT 提交于
      * add encrypt for inference lib
      
      * fix code;test=develop
      
      * fix test; test=develop
      
      * bug fix; test=develop
      
      * add MakeCipher;test=develop
      
      * fix bug;test=develop
      
      * move MakeCipher to paddle space; test=develop
      
      * fix include dir ;test=develop
      
      * add include dir; test=develop
      
      * move include; test=develop
      
      * move include; test=develop
      
      * fix for windows ci
      
      * fix cmake; test=develop
      
      * fix bug
      
      bug fix
      6559229b