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 sparse conv3d kernel #39879

Merged
merged 24 commits into from
Feb 28, 2022
Merged

Add sparse conv3d kernel #39879

merged 24 commits into from
Feb 28, 2022

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
  2. only cpu

    zkh2016 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    84e317e View commit details
    Browse the repository at this point in the history
  3. test ci

    zkh2016 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    9838b15 View commit details
    Browse the repository at this point in the history
  4. test ci

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

Commits on Feb 25, 2022

  1. merge upstream

    zkh2016 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    6174cd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60af44b View commit details
    Browse the repository at this point in the history
  3. opt code lines

    zkh2016 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    4da7e4c View commit details
    Browse the repository at this point in the history
  4. use DenseTensor::data() instead of mutable_data

    zkh2016 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    6e3e5ef View commit details
    Browse the repository at this point in the history
  5. return rulebook for backward

    zkh2016 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    bcb0089 View commit details
    Browse the repository at this point in the history
  6. specify layout

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

    … conv3d_cpu
    zkh2016 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    edc3c57 View commit details
    Browse the repository at this point in the history
  8. rename:conv -> sparse_conv3d

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

Commits on Feb 28, 2022

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

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