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

Add API: Sparse Convolution3D #41434

Merged
merged 25 commits into from Apr 15, 2022
Merged

Commits on Mar 31, 2022

  1. add sparse module

    zkh2016 committed Mar 31, 2022
    Copy the full SHA
    b6f93b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. add sparse module

    zkh2016 committed Apr 1, 2022
    Copy the full SHA
    d216e86 View commit details
    Browse the repository at this point in the history
  2. merge upstream

    zkh2016 committed Apr 1, 2022
    Copy the full SHA
    e5879e3 View commit details
    Browse the repository at this point in the history
  3. fix example

    zkh2016 committed Apr 1, 2022
    Copy the full SHA
    4d73a5b View commit details
    Browse the repository at this point in the history
  4. add doc, and fix some bug

    zkh2016 committed Apr 1, 2022
    Copy the full SHA
    6117ec6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. fix example

    zkh2016 committed Apr 2, 2022
    Copy the full SHA
    2478ee0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … sparse_python
    zkh2016 committed Apr 4, 2022
    Copy the full SHA
    29dec9b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … sparse_python
    zkh2016 committed Apr 6, 2022
    Copy the full SHA
    7a2494c View commit details
    Browse the repository at this point in the history
  2. sparse conv

    zkh2016 committed Apr 6, 2022
    Copy the full SHA
    b38a794 View commit details
    Browse the repository at this point in the history
  3. sparse conv

    zkh2016 committed Apr 6, 2022
    Copy the full SHA
    029cd7b View commit details
    Browse the repository at this point in the history
  4. restrict groups=1

    zkh2016 committed Apr 6, 2022
    Copy the full SHA
    fee16a0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'sparse_python' of https://github.com/zkh2016/Paddle int…

    …o sparse_python
    zkh2016 committed Apr 6, 2022
    Copy the full SHA
    24ed69d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. SubmConv3D

    zkh2016 committed Apr 7, 2022
    Copy the full SHA
    612e95f View commit details
    Browse the repository at this point in the history
  2. merge upstream

    zkh2016 committed Apr 7, 2022
    Copy the full SHA
    5b9f096 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. fix conv3d grad

    zkh2016 committed Apr 8, 2022
    Copy the full SHA
    d234a09 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. add docs

    zkh2016 committed Apr 9, 2022
    Copy the full SHA
    f0a1b6c View commit details
    Browse the repository at this point in the history
  2. add docs

    zkh2016 committed Apr 9, 2022
    Copy the full SHA
    302a346 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. opt the performance of submanifold convolution

    zkh2016 committed Apr 12, 2022
    Copy the full SHA
    f54cf68 View commit details
    Browse the repository at this point in the history
  2. fix the doc and example

    zkh2016 committed Apr 12, 2022
    Copy the full SHA
    6daa360 View commit details
    Browse the repository at this point in the history
  3. remove unused code; adapte hip

    zkh2016 committed Apr 12, 2022
    Copy the full SHA
    b2eab2d View commit details
    Browse the repository at this point in the history
  4. fix doc

    zkh2016 committed Apr 12, 2022
    Copy the full SHA
    9c38726 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … sparse_python
    zkh2016 committed Apr 12, 2022
    Copy the full SHA
    4de2cf2 View commit details
    Browse the repository at this point in the history
  6. supplement the doc in another PR

    zkh2016 committed Apr 12, 2022
    Copy the full SHA
    b1c29a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Merge branch 'develop' into sparse_python

    zhangkaihuo committed Apr 14, 2022
    Copy the full SHA
    83a12d6 View commit details
    Browse the repository at this point in the history
  2. fix examples

    zkh2016 committed Apr 14, 2022
    1
    Copy the full SHA
    0768215 View commit details
    Browse the repository at this point in the history