1. 12 8月, 2022 1 次提交
    • H
      [phi] Transfer linear_interp_v2 yaml to phi (#45072) · c737232f
      HongyuJia 提交于
      * support optional<vector<Tensor>> in yaml and eager
      
      * delete useless comments in eager_gen.py
      
      * fix api_base.py support optional<vector<TTensor>>
      
      * python_c_gen.py support optional<vector<tensor>>
      
      * transfer linear_interp_v2 yaml from fluid to phi
      
      * fix op_test typo error
      
      * change linear_interp_v2 testcase
      
      * fix args in final_state_linear_interp_v2
      
      * fix zeropad2d typo. test=document_fix
      c737232f
  2. 11 8月, 2022 1 次提交
  3. 10 8月, 2022 1 次提交
  4. 09 8月, 2022 1 次提交
  5. 08 8月, 2022 2 次提交
  6. 07 8月, 2022 1 次提交
  7. 03 8月, 2022 2 次提交
  8. 02 8月, 2022 1 次提交
  9. 01 8月, 2022 1 次提交
    • L
      unify gpu context (#44740) · 86763023
      Leo Chen 提交于
      * remove cudaDeviceContext
      
      * remove more template
      
      * fix rocm compile
      
      * remove alias name CUDADeviceContext
      
      * fix compile
      
      * fix tests
      
      * revert changes
      86763023
  10. 29 7月, 2022 2 次提交
  11. 28 7月, 2022 1 次提交
  12. 27 7月, 2022 1 次提交
  13. 26 7月, 2022 1 次提交
  14. 25 7月, 2022 1 次提交
  15. 21 7月, 2022 1 次提交
  16. 19 7月, 2022 2 次提交
  17. 15 7月, 2022 1 次提交
  18. 14 7月, 2022 5 次提交
  19. 13 7月, 2022 3 次提交
  20. 12 7月, 2022 1 次提交
  21. 09 7月, 2022 1 次提交
  22. 07 7月, 2022 2 次提交
  23. 06 7月, 2022 1 次提交
  24. 04 7月, 2022 1 次提交
  25. 02 7月, 2022 1 次提交
    • L
      unify cpu context, part2 (#44012) · 755438a7
      Leo Chen 提交于
      * fix init()
      
      * delete test_device_context
      
      * replace CPUDeviceContext with CPUContext
      
      * fix test_scalar
      
      * remove dot_op.cc
      
      * fix compile
      755438a7
  26. 01 7月, 2022 1 次提交
  27. 30 6月, 2022 2 次提交
  28. 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