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 5th No.26】为 Paddle 新增 diagonal_scatter API -part #57879

Merged
merged 16 commits into from
Nov 17, 2023

Commits on Nov 16, 2023

  1. add diagonal_scatter

    DanGuge committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4635a73 View commit details
    Browse the repository at this point in the history
  2. add diagonal_scatter_test

    DanGuge committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    707f6e2 View commit details
    Browse the repository at this point in the history
  3. add annotations

    DanGuge committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4252709 View commit details
    Browse the repository at this point in the history
  4. modify int32/int64 test range

    DanGuge committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    517a32f View commit details
    Browse the repository at this point in the history
  5. update diagonal_scatter doc

    DanGuge committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e030023 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebc3c6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3629b40 View commit details
    Browse the repository at this point in the history
  8. add int16 in fill_diagonal_tensor & reuse the logic of fill_diagonal_…

    …tensor for diagonal_scatter
    DanGuge committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    501f699 View commit details
    Browse the repository at this point in the history
  9. remove xpu settings

    DanGuge committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bd48100 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c19ec30 View commit details
    Browse the repository at this point in the history
  11. fix

    DanGuge committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    802e2a8 View commit details
    Browse the repository at this point in the history
  12. Update python/paddle/tensor/manipulation.py

    Co-authored-by: ooo oo <106524776+ooooo-create@users.noreply.github.com>
    DanGuge and ooooo-create committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8f22f20 View commit details
    Browse the repository at this point in the history
  13. Update python/paddle/tensor/manipulation.py

    Co-authored-by: ooo oo <106524776+ooooo-create@users.noreply.github.com>
    DanGuge and ooooo-create committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4e7926a View commit details
    Browse the repository at this point in the history
  14. fix review suggestions

    DanGuge committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bcda589 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Update python/paddle/tensor/manipulation.py

    Co-authored-by: ooo oo <106524776+ooooo-create@users.noreply.github.com>
    DanGuge and ooooo-create authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    58e5966 View commit details
    Browse the repository at this point in the history
  2. fix

    DanGuge committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ae6fba1 View commit details
    Browse the repository at this point in the history