1. 04 3月, 2021 2 次提交
  2. 03 3月, 2021 1 次提交
  3. 23 2月, 2021 1 次提交
  4. 21 1月, 2021 1 次提交
  5. 18 1月, 2021 1 次提交
  6. 24 12月, 2020 2 次提交
  7. 16 12月, 2020 1 次提交
    • Y
      添加rocm平台支持代码 (#29342) · 76738504
      Y_Xuan 提交于
      * 添加rocm平台支持代码
      
      * 修改一些问题
      
      * 修改一些歧义并添加备注
      
      * 修改代码格式
      
      * 解决冲突后的代码修改
      
      * 修改operators.cmake
      
      * 修改格式
      
      * 修正错误
      
      * 统一接口
      
      * 修改日期
      76738504
  8. 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
  9. 11 12月, 2020 1 次提交
    • 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
  10. 03 12月, 2020 1 次提交
  11. 01 12月, 2020 1 次提交
  12. 30 11月, 2020 1 次提交
    • 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
  13. 27 11月, 2020 1 次提交
  14. 24 11月, 2020 1 次提交
  15. 09 11月, 2020 2 次提交
  16. 24 9月, 2020 2 次提交
  17. 15 9月, 2020 1 次提交
  18. 26 8月, 2020 1 次提交
  19. 24 8月, 2020 1 次提交
    • Y
      find timeout unittests (#26371) · 39fe0d35
      YUNSHEN XIE 提交于
      * find timeout unittests
      
      * setting timeout value
      
      * fix some error
      
      * fix some error
      
      * fix some error
      
      * fix no newline of end file error
      39fe0d35
  20. 29 7月, 2020 1 次提交
  21. 02 7月, 2020 1 次提交
  22. 23 6月, 2020 1 次提交
  23. 21 6月, 2020 1 次提交
  24. 05 6月, 2020 1 次提交
    • T
      Builtin cuda (#24904) · 211ef78c
      T8T9 提交于
      * support CUDA using cmake built-in way (#24395)
      
      * support CUDA using cmake built-in way. test=develop
      
      * test=develop
      
      * cmake_minimum_required 3.10
      
      * test=develop
      211ef78c
  25. 01 6月, 2020 1 次提交
  26. 13 5月, 2020 1 次提交
  27. 12 5月, 2020 1 次提交
  28. 14 1月, 2020 1 次提交
  29. 16 12月, 2019 1 次提交
  30. 25 11月, 2019 1 次提交
  31. 11 9月, 2019 1 次提交
    • H
      Replace TemporaryAllocator by CUDADeviceContextAllocator (#18989) · 12542320
      Huihuang Zheng 提交于
      TemporaryAllocator is a singleton used for allocating memory for Cudnn. Since it is a singleton, we can delete it for better performance in memory.
      
      We replace TemporaryAllocator by CUDADeviceContextAllocator and CUDADeviceContextAllocation, which uses stream callback to delete the memory allocated for the stream to avoid singleton.
      
      Also added data_feed_proto to operator to fix CI in CPU compilation
      12542320
  32. 12 7月, 2019 1 次提交
  33. 27 6月, 2019 1 次提交
    • K
      add WITH_COVERAGE option, default OFF (#17872) · 27fb9cad
      kh2se2013 提交于
      * add WITH_COVERAGE option, default OFF
      
      test=develop
      
      * add coverage for python sdk
      
      test=develop
      
      * fix code style
      
      * fix COVERAGE_FILE path
      
      test=develop
      
      * remove coverage package
      
      test=develop
      
      * test = develop, run coverage as module
      27fb9cad
  34. 26 6月, 2019 1 次提交
  35. 16 6月, 2019 1 次提交
  36. 13 6月, 2019 1 次提交