1. 02 2月, 2021 1 次提交
  2. 27 1月, 2021 1 次提交
    • J
      REUPLOAD Added vanilla LSTM and LSTM with peepholes oneDNN fp32 kernel (#30719) · f8da5536
      jakpiase 提交于
      * added external reorder to profiler
      
      * resolved conflict
      
      * added enable_static
      
      * initial version of lstm, not working yet
      
      * added lstm to operators.cmake
      
      * added vanilla lstm mkldnn op
      
      * added peephole weights integration
      
      * minor changes
      
      * added formatting
      
      * added fusion_lstm_mkldnn to static_whitelist
      
      * added formatting
      
      * removed comment
      
      * moved use_peepholes attribute inside is_cached block
      
      * reverted wrong changes
      
      * minor formatting change
      
      * minor changes
      
      * changed stream handling
      
      * minor change
      
      * added datatype to GetExpectedKernelType()
      
      * added reading stream from TLS
      f8da5536
  3. 26 1月, 2021 2 次提交
  4. 25 1月, 2021 1 次提交
  5. 22 1月, 2021 1 次提交
  6. 21 1月, 2021 2 次提交
  7. 19 1月, 2021 1 次提交
  8. 18 1月, 2021 2 次提交
  9. 15 1月, 2021 1 次提交
  10. 14 1月, 2021 2 次提交
  11. 12 1月, 2021 3 次提交
  12. 11 1月, 2021 1 次提交
  13. 07 1月, 2021 1 次提交
  14. 06 1月, 2021 1 次提交
  15. 04 1月, 2021 1 次提交
  16. 28 12月, 2020 2 次提交
  17. 26 12月, 2020 1 次提交
  18. 24 12月, 2020 2 次提交
  19. 19 12月, 2020 1 次提交
  20. 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
  21. 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
  22. 14 12月, 2020 1 次提交
  23. 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
  24. 10 12月, 2020 1 次提交
  25. 09 12月, 2020 1 次提交
  26. 08 12月, 2020 1 次提交
  27. 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
  28. 05 12月, 2020 1 次提交