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

Sparse Conv3d gpu backward #40143

Merged
merged 30 commits into from
Mar 9, 2022
Merged

Commits on Feb 17, 2022

  1. fix incorrect dims settings

    zkh2016 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6d4f2fa View commit details
    Browse the repository at this point in the history
  2. sparse conv3d

    zkh2016 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ec6eed3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. fix out dims

    zkh2016 committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    dc8d707 View commit details
    Browse the repository at this point in the history
  2. test performance

    zkh2016 committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    fa365cb View commit details
    Browse the repository at this point in the history
  3. test large shape success

    zkh2016 committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    bb1c375 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. opt scatter, double performance

    zkh2016 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    99c3c41 View commit details
    Browse the repository at this point in the history
  2. test float16

    zkh2016 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    621fae1 View commit details
    Browse the repository at this point in the history
  3. remove profiling code

    zkh2016 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    2832f05 View commit details
    Browse the repository at this point in the history
  4. merge upstream develop

    zkh2016 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    c413e96 View commit details
    Browse the repository at this point in the history
  5. remove pten

    zkh2016 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    271eea6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. opt code lines

    zkh2016 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    904d664 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. correct boundary judgment

    zkh2016 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    2eea16b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. merge upstream

    zkh2016 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a0c8714 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. fix:used wrong place

    zkh2016 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    4798f56 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    9d72521 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. gpu backward

    zkh2016 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    838cd41 View commit details
    Browse the repository at this point in the history
  2. gpu backward

    zkh2016 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    f99112d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. adaptive rocm

    zkh2016 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    8cd00a1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … conv3d_gpu_backward
    zkh2016 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    5bf3c4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5abe044 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

    … conv3d_gpu_backward
    zkh2016 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    2448bee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into conv3d_gpu_backward

    zhangkaihuo authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    54c6115 View commit details
    Browse the repository at this point in the history
  3. merge upstream

    zkh2016 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    4c8a65e View commit details
    Browse the repository at this point in the history
  4. remove invalid empty method

    zkh2016 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    0f1ccd0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'conv3d_gpu_backward' of https://github.com/zkh2016/Paddle

    … into conv3d_gpu_backward
    zkh2016 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    cc61910 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … conv3d_gpu_backward
    zkh2016 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f5aaa10 View commit details
    Browse the repository at this point in the history
  7. remove unused function

    zkh2016 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    441c32e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

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

    … conv3d_gpu_backward
    zkh2016 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    ee7396b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. for rocm

    zkh2016 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    1ebe388 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … conv3d_gpu_backward
    zkh2016 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    2655d1d View commit details
    Browse the repository at this point in the history