1. 09 12月, 2020 1 次提交
  2. 08 12月, 2020 1 次提交
  3. 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
  4. 05 12月, 2020 1 次提交
  5. 03 12月, 2020 1 次提交
  6. 01 12月, 2020 3 次提交
  7. 30 11月, 2020 2 次提交
    • W
      4fec182d
    • W
      Generate code coverage reports only for incremental files (#28508) · 0239f796
      wanghuancoder 提交于
      * Generate code coverage reports only for incremental files, test=develop
      
      * Generate code coverage reports only for incremental files, test=develop
      
      * Generate code coverage reports only for incremental files, test=develop
      
      * test for diff python file, test=develop
      
      * fix no python diff report, test=develop
      
      * add cc test file, test=develop
      
      * fix bug in generic.cmake, test=develop
      
      * for debug no cc report, test=develp
      
      * modify compire branch form test_pr to test, test=develop
      
      * fix bug, test=develop
      
      * test for h file changed, test=develop
      
      * debug for redefinition of argument optimize error, test=develop
      
      * close -o3 for test, test=develop
      
      * remove -o3 for test, test=develop
      
      * remove coverage option for nvcc, test=develop
      
      * use CMAKE_CXX_FLAGS open coverage option when header file changed, test=develop
      
      * reopen -o3, test=develop
      
      * remove debug code, test=develop
      
      * remove unused code, test=develop
      0239f796
  8. 27 11月, 2020 2 次提交
    • Z
      fix CUDA 11 error on windows (#29101) · e668cb07
      Zhou Wei 提交于
      e668cb07
    • S
      detect tensorRT plugin fp16 in runtime (#27933) · b9e76a01
      Shang Zhizhou 提交于
      * remove -DSUPPORTS_CUDA_FP16 in cuda.cmake
      
      * comile with cuda9
      
      * add some unittest
      
      * notest;test=coverage
      
      * add unittest for trt plugin swish && split
      
      * update ernie unittest
      
      * fix some error message
      
      * remove repeated judgement of CUDA version in mbEltwiseLayerNormOpConverter
      
      * fix comile errror when CUDA_ARCH_NAME < Pascal"
      
      * fix comile error
      
      * update unittest timeout
      
      * compile with cuda9
      
      * update error msg
      
      * fix code style
      
      * add some comments
      
      * add define IF_CUDA_ARCH_SUPPORT_FP16
      
      * rename IF_CUDA_ARCH_SUPPORT_FP16 to CUDA_ARCH_FP16_SUPPORTED
      b9e76a01
  9. 24 11月, 2020 1 次提交
  10. 20 11月, 2020 1 次提交
  11. 16 11月, 2020 1 次提交
  12. 12 11月, 2020 1 次提交
  13. 09 11月, 2020 2 次提交
  14. 06 11月, 2020 1 次提交
  15. 04 11月, 2020 3 次提交
  16. 03 11月, 2020 2 次提交
  17. 30 10月, 2020 1 次提交
  18. 26 10月, 2020 1 次提交
  19. 23 10月, 2020 1 次提交
  20. 21 10月, 2020 3 次提交
  21. 16 10月, 2020 2 次提交
  22. 12 10月, 2020 2 次提交
  23. 11 10月, 2020 1 次提交
  24. 01 10月, 2020 1 次提交
  25. 27 9月, 2020 2 次提交
    • L
      add support to float64 input of warpctc op. (#27399) · 1501a80f
      Li Fuchen 提交于
      * add float64 input to ctc_loss
      
      * modified error message of  warpctc
      
      * update repo and tag of warpctc
      
      * add test for warpctc with float64 input
      
      * modified warpctc.cmake to make sure build always
      
      * resolved sample code bug of warpctc
      
      * add core.ops in warpctc dygraph
      
      * fix a bug of test
      1501a80f
    • Q
      support elementwise add, activation, matmul on Baidu Kunlun (#27143) · 6b727e08
      QingshuChen 提交于
      * support elementwise add, activation, matmul on Baidu Kunlun
      * test=kunlun
      
      * minor
      * test=kunlun
      
      * reconstuct the xpu directory
      * test=kunlun
      
      * minor
      * test=kunlun
      
      * minor
      * test=kunlun
      
      * minor
      * test=kunlun
      
      * minor
      * test=kunlun
      
      * minor
      * test=kunlun
      6b727e08