1. 10 3月, 2022 1 次提交
    • S
      Add trt execute (#40224) · e72ef603
      Shang Zhizhou 提交于
      * add trt.execute
      
      * merge trt.engine type
      
      * update return op
      
      * update comments
      
      * fix style
      
      * fix style
      e72ef603
  2. 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
  3. 16 2月, 2022 1 次提交
  4. 27 1月, 2022 1 次提交
  5. 19 1月, 2022 1 次提交
  6. 14 1月, 2022 1 次提交
  7. 22 12月, 2021 1 次提交
  8. 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