1. 02 3月, 2022 2 次提交
  2. 01 3月, 2022 2 次提交
  3. 28 2月, 2022 1 次提交
    • S
      【infrt】add TrtOpConverterPass (#39902) · 35471b1f
      Shang Zhizhou 提交于
      * add some trt layers
      
      * trtOpConverter pass ok
      
      * add comments
      
      * add constraints to some attrs in the pd_lower_to_trt patterns
      
      * update constraint
      
      * fix code style
      
      * update pass name
      
      * update code style
      
      * change .hpp.inc to .cc.inc in mlir_add_rewriter
      35471b1f
  4. 23 2月, 2022 1 次提交
  5. 22 2月, 2022 1 次提交
  6. 17 2月, 2022 2 次提交
  7. 16 2月, 2022 1 次提交
  8. 08 2月, 2022 1 次提交
  9. 07 2月, 2022 1 次提交
  10. 27 1月, 2022 1 次提交
  11. 19 1月, 2022 1 次提交
  12. 18 1月, 2022 1 次提交
  13. 14 1月, 2022 1 次提交
  14. 05 1月, 2022 1 次提交
  15. 04 1月, 2022 1 次提交
  16. 29 12月, 2021 1 次提交
  17. 24 12月, 2021 1 次提交
  18. 23 12月, 2021 1 次提交
  19. 22 12月, 2021 1 次提交
  20. 18 12月, 2021 1 次提交
  21. 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