1. 21 3月, 2022 1 次提交
  2. 17 3月, 2022 1 次提交
    • W
      Trt engine. (#40532) · 3082ed46
      Wilber 提交于
      * infrt add trt engine
      
      * fix register
      
      * file generate
      
      * fix ci error
      
      * fix conflict
      
      * add copyright
      
      * update
      
      * update
      
      * update
      
      * update engine name
      
      * refactor trt code
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix conflict
      
      * update
      
      * fix compile with cuda
      3082ed46
  3. 14 3月, 2022 1 次提交
  4. 10 3月, 2022 1 次提交
  5. 04 3月, 2022 1 次提交
  6. 01 3月, 2022 1 次提交
  7. 23 2月, 2022 1 次提交
  8. 22 2月, 2022 1 次提交
  9. 20 2月, 2022 1 次提交
  10. 18 2月, 2022 1 次提交
  11. 17 2月, 2022 1 次提交
  12. 08 2月, 2022 1 次提交
  13. 07 2月, 2022 1 次提交
  14. 27 1月, 2022 1 次提交
  15. 21 1月, 2022 1 次提交
  16. 07 12月, 2021 1 次提交
    • Y
      introduce INF-RT (#37669) · 70dea138
      Yan Chunwei 提交于
      * add infrt code
      
      refined with Paddle's code style.
      
      * rename CinnRtConfig to InfRtConfig
      
      * rename CinnRt to InfRt of some code
      
      * rename CINNRT to INFRT
      
      * remove unnecessary code
      
      * replace CINN to INFRT in the source code
      
      * replace all "cinn" in code to "infrt"
      
      * remove some const_cast
      70dea138