1. 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
  2. 27 6月, 2022 2 次提交
  3. 26 6月, 2022 1 次提交
  4. 24 6月, 2022 3 次提交
  5. 23 6月, 2022 5 次提交
  6. 22 6月, 2022 1 次提交
  7. 21 6月, 2022 4 次提交
  8. 20 6月, 2022 1 次提交
  9. 17 6月, 2022 2 次提交
  10. 16 6月, 2022 2 次提交
  11. 15 6月, 2022 1 次提交
  12. 14 6月, 2022 4 次提交
  13. 13 6月, 2022 1 次提交
  14. 10 6月, 2022 1 次提交
  15. 09 6月, 2022 5 次提交
  16. 08 6月, 2022 2 次提交
  17. 07 6月, 2022 1 次提交
  18. 05 6月, 2022 1 次提交
  19. 04 6月, 2022 1 次提交
  20. 02 6月, 2022 1 次提交
    • T
      Enable fc on bfloat16 (#43154) · cb1a0ec1
      Tomasz Socha 提交于
      * Enable fc on bfloat16
      
      * Add pass for residual connection
      
      * Dissable Residual connection pass for now
      
      * Ban ResidualData from DQ
      
      * style
      
      * WO for python tests
      cb1a0ec1