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

Implement SparseConv3d kernel #39784

Merged
merged 16 commits into from
Mar 3, 2022
Merged

Implement SparseConv3d kernel #39784

merged 16 commits into from
Mar 3, 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

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. adaptive rocm

    zkh2016 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    199f013 View commit details
    Browse the repository at this point in the history
  2. add comments to code

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