1. 17 2月, 2023 1 次提交
  2. 04 2月, 2023 1 次提交
  3. 31 1月, 2023 1 次提交
    • T
      support inplaced variable in cinn_launch (#49912) · 754ab705
      TeFeng Chen 提交于
      * support inplaced variable in cinn_launch
      
      * fix error hint when compiling
      
      * fix inplaced output variable of the subgraph
      
      * skip CinnCompiler check
      
      * using existed definition
      
      * fix namespace reference error
      
      * modify error message
      
      * update cinn tage
      
      * fix namespace
      
      * skip enforce check
      
      * fix unittest attribute throw
      754ab705
  4. 30 1月, 2023 1 次提交
  5. 29 1月, 2023 2 次提交
  6. 18 1月, 2023 1 次提交
  7. 16 1月, 2023 1 次提交
  8. 12 1月, 2023 1 次提交
  9. 05 1月, 2023 3 次提交
  10. 08 12月, 2022 2 次提交
  11. 10 11月, 2022 1 次提交
  12. 27 10月, 2022 2 次提交
  13. 26 10月, 2022 1 次提交
  14. 12 10月, 2022 2 次提交
  15. 11 10月, 2022 2 次提交
  16. 28 9月, 2022 1 次提交
    • C
      Remove the declaration of using Tensor in framework/tensor.h (#46432) · e12a905e
      Chen Weihang 提交于
      * remove needless using tensor
      
      * remove needless using tensor
      
      * resolve conflict
      
      * replace tensor using
      
      * fix format error
      
      * revert needless changing
      
      * fix rocm and npu compile error
      
      * fix cinn compile error
      
      * fix format error
      
      * fix mkldnn format error
      
      * fix mkldnn format error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * resolve conflict
      e12a905e
  17. 21 9月, 2022 1 次提交
    • Z
      Enable PaddleInference to use CINN. (#45009) · 3aa6bd57
      Zhen Wang 提交于
      * use cinn in the paddle inference
      
      * fix some cmake errors
      
      * Avoid division by zero in the arange_kernel.
      
      * Avoid dynamic ops.
      
      * Remove some useless codes.
      
      * Use OpTransInfo to encapsulate some codes used in the build_cinn_pass.
      3aa6bd57
  18. 05 8月, 2022 1 次提交
  19. 26 7月, 2022 1 次提交
  20. 19 7月, 2022 1 次提交
  21. 15 7月, 2022 1 次提交
  22. 29 6月, 2022 1 次提交
  23. 28 6月, 2022 1 次提交
    • R
      Remove boost::variant (#43100) · b3cf28f8
      Ruibiao Chen 提交于
      * boost::variant -> paddle::variant
      
      * boost::variant.apply_visit -> paddle::visit
      
      * Update pybind_boost_hraders.h
      
      * Fix CINN compilation errors
      
      * Revert FetchResultType
      b3cf28f8
  24. 26 6月, 2022 1 次提交
  25. 21 6月, 2022 1 次提交
  26. 14 6月, 2022 1 次提交
  27. 05 6月, 2022 1 次提交
  28. 04 6月, 2022 1 次提交
  29. 16 5月, 2022 1 次提交
    • J
      optimize cinn find graph by graph address (#42697) · 661d0800
      jiangcheng 提交于
      * optimize cinn find graph by graph address
      
      * graph_key use int64_t instead of program string
      
      * fix framework _to_readable_code python code
      
      * rename get_readable_comile_key to get_serialize_comile_key
      661d0800
  30. 12 5月, 2022 2 次提交
  31. 21 4月, 2022 1 次提交
  32. 20 4月, 2022 1 次提交
    • T
      enable auto-tune when using cinn (#41795) · d70104e5
      TeFeng Chen 提交于
      * optimize preparation overhead before executing cinn compiled program
      
      * update code notes
      
      * fix flag annotation
      
      * enable auto-tune when using CINN
      
      * update cinn commit tag
      
      * skip test
      
      * fix lacking header file
      d70104e5