1. 09 2月, 2021 3 次提交
    • L
      [feature] support npu allocator, part 2 (#30972) · 1201cd2e
      Leo Chen 提交于
      * support npu allocator
      
      * add npu device context
      
      * fix some compile problem
      
      * fix some compile problem
      
      * add npu info
      
      * compile ok
      
      * fix include dir
      
      * support naive_best_fit_allocator
      
      * run ut ok, bug failed to exit
      
      * call aclrtResetDevice before exit
      
      * fix aclFinilize
      
      * add system allocatot test
      
      * add selected_gpus in gtest
      
      * add tensor_test for npu
      
      * support npu op, initial commit
      
      * add npu stream
      
      * add elementwise_add_op
      
      * compile ok
      
      * fix typo
      
      * fix elementwise_add_op_npu_test
      
      * support op run
      
      * test can run but failed
      
      * change aclopExecuteV2 to aclopCompileAndExecute
      1201cd2e
    • L
      [feature] support npu operator (#30951) · 7e049108
      Leo Chen 提交于
      [feature] support npu operator
      7e049108
    • L
      [feature] support npu allocator (#30840) · 81138239
      Leo Chen 提交于
      [feature] support npu allocator
      81138239
  2. 03 2月, 2021 1 次提交
  3. 27 1月, 2021 1 次提交
  4. 21 1月, 2021 1 次提交
  5. 15 1月, 2021 3 次提交
  6. 14 1月, 2021 2 次提交
  7. 12 1月, 2021 3 次提交
  8. 11 1月, 2021 1 次提交
  9. 07 1月, 2021 1 次提交
  10. 06 1月, 2021 1 次提交
  11. 04 1月, 2021 1 次提交
  12. 28 12月, 2020 2 次提交
  13. 26 12月, 2020 1 次提交
  14. 24 12月, 2020 2 次提交
  15. 19 12月, 2020 1 次提交
  16. 16 12月, 2020 2 次提交
    • T
      update activation op on kunlun (#29577) · af8ded77
      TTerror 提交于
      * fix expand && concat/transpose to new api
      
      * update xpu_header
      
      * update activation op on kunlun
      
      * update activation op on kunlun
      
      * update activation op on kunlun
      
      * update activation op on kunlun
      
      * update activation op on kunlun
      
      * add nearest_interp on kunlun
      
      * update error message
      af8ded77
    • Y
      添加rocm平台支持代码 (#29342) · 76738504
      Y_Xuan 提交于
      * 添加rocm平台支持代码
      
      * 修改一些问题
      
      * 修改一些歧义并添加备注
      
      * 修改代码格式
      
      * 解决冲突后的代码修改
      
      * 修改operators.cmake
      
      * 修改格式
      
      * 修正错误
      
      * 统一接口
      
      * 修改日期
      76738504
  17. 15 12月, 2020 1 次提交
    • Y
      New UT should not exceed 15s (#29492) · 2926e743
      YUNSHEN XIE 提交于
      * added UT should not exceed 15s
      
      * fix error
      
      * UT limit of 15s is the first to be executed
      
      * fix error
      
      * fix error with CI_SKIP_CPP_TEST
      
      * modfied tiemout setting
      
      * fix error
      2926e743
  18. 14 12月, 2020 1 次提交
  19. 11 12月, 2020 2 次提交
    • W
      update for xpu ci. (#29568) · 740c0d58
      Wilber 提交于
      740c0d58
    • L
      Add the strategy of skipping cc/cu test compilation and execution in CI (#29499) · b5d4a1f3
      LoveAn 提交于
      * Add the strategy of skipping cc/cu test compilation and execution in CI, test=develop
      
      * fix if error with CI_SKIP_TEST, test=develop
      
      * fix add properties to test error on Linux/MAC, test=develop
      
      * fix set test properties of test_code_generator error, test=develop
      
      * remove test codes and advance judgment of file modification on Linux, test=develop
      
      * rename CI_SKIP_TEST to CI_SKIP_CPP_TEST, test=document_fix
      
      * Add branch judgement on Linux, test=develop
      b5d4a1f3
  20. 10 12月, 2020 1 次提交
  21. 09 12月, 2020 1 次提交
  22. 08 12月, 2020 1 次提交
  23. 07 12月, 2020 3 次提交
    • W
      fix cmake error message. (#29421) · ad01658e
      Wilber 提交于
      ad01658e
    • L
      Compiling operator libraries with Unity build (#29130) · 671555ed
      LoveAn 提交于
      * Compiling operator libraries with Unity Build on Windows CPU.
      
      * Compiling operator libraries with Unity Build on Windows GPU, no_test, test=windows_ci
      
      * Add option in windows ci script, no_test, test=windows_ci
      
      * Optimize parallel compiling, test=develop
      
      * remove limit of parallel compile and skip some ops in UB, test=develop
      
      * remove changes of header file, test=develop
      
      * remove changes of header file, test=develop
      
      * fix test_eye_op unittest failed, test=develop
      
      * Compiling operator libraries with Unity Build on Linux, test=develop
      
      * set default WITH_UNITY_BUILD=OFF, test=develop
      
      * Move unity build rules into a single file and add comment, test=develop
      
      * optimize parallel compilation, test=develop
      
      * fix undefined reference error on coverage ci, test=develop
      671555ed
    • W
      update lite tag. (#29392) · 6cb68886
      Wilber 提交于
      6cb68886
  24. 05 12月, 2020 1 次提交
  25. 03 12月, 2020 1 次提交
  26. 01 12月, 2020 2 次提交
    • S
      add compile option WITH_TENSORRT (#29208) · fc80d2e0
      Shang Zhizhou 提交于
      * add compile option WITH_TENSORRT
      
      * add WITH_TENSORRT to ci paddle_buils.sh
      
      * add WITH_TENSORRT to paddle_build.sh
      
      * change FATAL to WARNING when TensorRT is not found and WITN_TENSORRT=ON, just to pass ci-py3 temporarily
      fc80d2e0
    • Q
      update kunlun conv2d/softmax/elementwise implemetation (#29229) · 64f29fbb
      QingshuChen 提交于
      * update conv2d & softmax to new xpu api
      * test=kunlun
      
      * remove useless comments
      * test=kunlun
      
      * remote softmax xpu op
      * test=kunlun
      
      * update kunlun softmax
      * test=kunlun
      
      * update xpu unitest
      * test=kunlun
      
      * fix elementwise_grad bug for kunlun
      *test=kunlun
      64f29fbb