1. 26 6月, 2022 1 次提交
  2. 09 4月, 2022 1 次提交
  3. 20 2月, 2022 1 次提交
  4. 19 2月, 2022 1 次提交
    • A
      [Pten]Unify paddle/pten::framework::ddim into pten::ddim (#39614) · 2fe04264
      Aurelius84 提交于
      * Unify paddle/pten::framework::ddim into pten::ddim
      
      * fix paddle namespace
      
      * compile sucessfully
      
      * fix npu src file
      
      * fix conflict
      
      * fix conflict
      
      * fix tensorrt compiler error
      
      * fix conflict
      
      * fix conflict
      
      * fix tesst file conflict
      
      * fix conflict
      
      * fix mlu file conflict
      
      * fix mlu file conflict
      
      * fix cinn header file conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      2fe04264
  5. 03 12月, 2021 1 次提交
  6. 15 4月, 2021 1 次提交
  7. 11 1月, 2021 1 次提交
  8. 05 8月, 2020 1 次提交
  9. 07 1月, 2020 1 次提交
  10. 05 9月, 2019 1 次提交
  11. 23 4月, 2019 1 次提交
  12. 25 1月, 2019 1 次提交
  13. 22 1月, 2019 1 次提交
  14. 03 1月, 2019 1 次提交
  15. 28 12月, 2018 1 次提交
    • Q
      Inception fusion operator. (#14968) · 6f0a1d7b
      qingqing01 提交于
      * Inception fusion operator.
      * Support horizontal layer fusion in conv_fusion_op.
      * Search conv algo strategy for variable-length input.
         search N times and cache the searched algos. For other input, choose the algo of input whose area is closest to this input.
      6f0a1d7b