Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Hackathon No.52】为 Paddle dist 算子实现 float16 数据类型支持 #50915

Merged
merged 25 commits into from
Apr 28, 2023

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    074782b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16b2ac3 View commit details
    Browse the repository at this point in the history
  3. fix typo

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    cbcf6bc View commit details
    Browse the repository at this point in the history
  4. add fp16 support

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3c595ae View commit details
    Browse the repository at this point in the history
  5. remove fp16 for cpu

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    358ab86 View commit details
    Browse the repository at this point in the history
  6. modify the ut

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b636d36 View commit details
    Browse the repository at this point in the history
  7. fix erros

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3f2feff View commit details
    Browse the repository at this point in the history
  8. fix errors

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    a54bdb5 View commit details
    Browse the repository at this point in the history
  9. fix pow related funcs

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    8dc9f98 View commit details
    Browse the repository at this point in the history
  10. fix rocm

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4a3afbe View commit details
    Browse the repository at this point in the history
  11. add dist grad register fp16

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    471b91e View commit details
    Browse the repository at this point in the history
  12. fix error

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    df42d26 View commit details
    Browse the repository at this point in the history
  13. fix error

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    426c0a0 View commit details
    Browse the repository at this point in the history
  14. call std::max/min

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6b9a6ee View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6e5325a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    78d62fa View commit details
    Browse the repository at this point in the history
  17. fix interface mistakes

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    2b14195 View commit details
    Browse the repository at this point in the history
  18. fix interface mistakes

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c134c11 View commit details
    Browse the repository at this point in the history
  19. fix interface mistakes

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    23fb324 View commit details
    Browse the repository at this point in the history
  20. fix min/max val

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    367bdba View commit details
    Browse the repository at this point in the history
  21. fix acc

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    81f2685 View commit details
    Browse the repository at this point in the history
  22. modify the p!=inf

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    7ad62a9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f897737 View commit details
    Browse the repository at this point in the history
  24. fix errs

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    88afbf0 View commit details
    Browse the repository at this point in the history
  25. remove redundancy

    jinyouzhi committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6cc08db View commit details
    Browse the repository at this point in the history