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.21】为 Paddle 新增 paddle.incubate.sparse.transpose 稀疏 API #45849

Merged
merged 40 commits into from Sep 30, 2022

Commits on Sep 7, 2022

  1. add sparse transpose op

    zrr1999 committed Sep 7, 2022
    Copy the full SHA
    9f403dc View commit details
    Browse the repository at this point in the history
  2. add sparse transpose op

    zrr1999 committed Sep 7, 2022
    Copy the full SHA
    2275d63 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into sparse_transpose

    # Conflicts:
    #	paddle/phi/api/yaml/sparse_bw_api.yaml
    zrr1999 committed Sep 7, 2022
    Copy the full SHA
    c6c33ff View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Copy the full SHA
    f36cc0e View commit details
    Browse the repository at this point in the history
  2. add more unitests

    zrr1999 committed Sep 8, 2022
    Copy the full SHA
    5158792 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. fix bugs

    zrr1999 committed Sep 9, 2022
    Copy the full SHA
    10f1682 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1a7684a View commit details
    Browse the repository at this point in the history
  3. fix bugs

    zrr1999 committed Sep 9, 2022
    Copy the full SHA
    1bcdfac View commit details
    Browse the repository at this point in the history
  4. add grad

    zrr1999 committed Sep 9, 2022
    Copy the full SHA
    553a792 View commit details
    Browse the repository at this point in the history
  5. fix bugs

    zrr1999 committed Sep 9, 2022
    Copy the full SHA
    744667a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0135acc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. optimize unittest

    zrr1999 committed Sep 10, 2022
    Copy the full SHA
    c6060b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. fix bugs

    zrr1999 committed Sep 14, 2022
    Copy the full SHA
    4d0e052 View commit details
    Browse the repository at this point in the history
  2. add cuda impl

    zrr1999 committed Sep 14, 2022
    Copy the full SHA
    129a2f0 View commit details
    Browse the repository at this point in the history
  3. fix bugs

    zrr1999 committed Sep 14, 2022
    Copy the full SHA
    2116140 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into sparse_transpose

    # Conflicts:
    #	paddle/phi/api/yaml/sparse_ops.yaml
    zrr1999 committed Sep 14, 2022
    Copy the full SHA
    8116fe7 View commit details
    Browse the repository at this point in the history
  5. add ops

    zrr1999 committed Sep 14, 2022
    Copy the full SHA
    2b156e3 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into sparse_transpose

    # Conflicts:
    #	paddle/phi/api/yaml/sparse_backward.yaml
    zrr1999 committed Sep 14, 2022
    Copy the full SHA
    00f18ed View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. add ops

    zrr1999 committed Sep 20, 2022
    Copy the full SHA
    8d1e718 View commit details
    Browse the repository at this point in the history
  2. reduce shape

    zrr1999 committed Sep 20, 2022
    Copy the full SHA
    0c68706 View commit details
    Browse the repository at this point in the history
  3. fix bugs

    zrr1999 committed Sep 20, 2022
    Copy the full SHA
    1592b92 View commit details
    Browse the repository at this point in the history
  4. replace dims to perm

    zrr1999 committed Sep 20, 2022
    Copy the full SHA
    70a4b79 View commit details
    Browse the repository at this point in the history
  5. add hip impl

    zrr1999 committed Sep 20, 2022
    Copy the full SHA
    2053889 View commit details
    Browse the repository at this point in the history
  6. replace dims to perm

    zrr1999 committed Sep 20, 2022
    Copy the full SHA
    152d0b8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ecaea58 View commit details
    Browse the repository at this point in the history
  8. restore unary file

    zrr1999 committed Sep 20, 2022
    Copy the full SHA
    c92e076 View commit details
    Browse the repository at this point in the history
  9. modified docs

    zrr1999 committed Sep 20, 2022
    Copy the full SHA
    c5ec3fb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Copy the full SHA
    b7090dd View commit details
    Browse the repository at this point in the history
  2. add infer_meta

    zrr1999 committed Sep 21, 2022
    Copy the full SHA
    fb59429 View commit details
    Browse the repository at this point in the history
  3. fix bugs

    zrr1999 committed Sep 21, 2022
    Copy the full SHA
    003c044 View commit details
    Browse the repository at this point in the history
  4. optimize cuda

    zrr1999 committed Sep 21, 2022
    Copy the full SHA
    5cc042c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. optimize cuda

    zrr1999 committed Sep 22, 2022
    Copy the full SHA
    acdd53f View commit details
    Browse the repository at this point in the history
  2. optimize cuda

    zrr1999 committed Sep 22, 2022
    Copy the full SHA
    3884ff0 View commit details
    Browse the repository at this point in the history
  3. share memory

    zrr1999 committed Sep 22, 2022
    Copy the full SHA
    43be57e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. share memory

    zrr1999 committed Sep 23, 2022
    Copy the full SHA
    046607d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    64b0343 View commit details
    Browse the repository at this point in the history
  3. share memory

    zrr1999 committed Sep 23, 2022
    Copy the full SHA
    2157b31 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8bf4799 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. fix bugs

    zrr1999 committed Sep 25, 2022
    Copy the full SHA
    535cb46 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. fix bugs

    zrr1999 committed Sep 27, 2022
    Copy the full SHA
    6522826 View commit details
    Browse the repository at this point in the history