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 MaxPool3D #42130

Merged
merged 35 commits into from Apr 26, 2022
Merged

Add Sparse MaxPool3D #42130

merged 35 commits into from Apr 26, 2022

Commits on Apr 7, 2022

  1. batch_norm

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

Commits on Apr 9, 2022

  1. Copy the full SHA
    bfe56c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. fix bug

    zkh2016 committed Apr 11, 2022
    Copy the full SHA
    311700f View commit details
    Browse the repository at this point in the history
  2. opt code

    zkh2016 committed Apr 11, 2022
    Copy the full SHA
    8e7ae8b View commit details
    Browse the repository at this point in the history
  3. add todo

    zkh2016 committed Apr 11, 2022
    Copy the full SHA
    4622c74 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. fix sparse_mask_cpu

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

Commits on Apr 14, 2022

  1. sparse sort

    zkh2016 committed Apr 14, 2022
    Copy the full SHA
    b6bfb2a View commit details
    Browse the repository at this point in the history
  2. check shape

    zkh2016 committed Apr 14, 2022
    Copy the full SHA
    8689f7a View commit details
    Browse the repository at this point in the history
  3. merge upstream

    zkh2016 committed Apr 14, 2022
    Copy the full SHA
    661a64f View commit details
    Browse the repository at this point in the history
  4. fix float16

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

Commits on Apr 15, 2022

  1. add coalesced

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

    zkh2016 committed Apr 15, 2022
    Copy the full SHA
    8e3442a View commit details
    Browse the repository at this point in the history
  3. fix conflict

    zkh2016 committed Apr 15, 2022
    Copy the full SHA
    1385e1c View commit details
    Browse the repository at this point in the history
  4. Add parameter verification

    zkh2016 committed Apr 15, 2022
    Copy the full SHA
    ed97c98 View commit details
    Browse the repository at this point in the history
  5. fix device

    zkh2016 committed Apr 15, 2022
    Copy the full SHA
    591e3c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. merge sparse_mask

    zkh2016 committed Apr 16, 2022
    Copy the full SHA
    349d948 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. add sparse norm and pool

    zkh2016 committed Apr 18, 2022
    Copy the full SHA
    8ecfa70 View commit details
    Browse the repository at this point in the history
  2. batch norm

    zkh2016 committed Apr 18, 2022
    Copy the full SHA
    6153a5a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. fix getting stride, fix infer dense shape

    zkh2016 committed Apr 20, 2022
    Copy the full SHA
    4667790 View commit details
    Browse the repository at this point in the history
  2. sparse batch_norm

    zkh2016 committed Apr 20, 2022
    Copy the full SHA
    378eb60 View commit details
    Browse the repository at this point in the history
  3. merge upstream

    zkh2016 committed Apr 20, 2022
    Copy the full SHA
    6f14902 View commit details
    Browse the repository at this point in the history
  4. remove pool3d

    zkh2016 committed Apr 20, 2022
    Copy the full SHA
    f3137c7 View commit details
    Browse the repository at this point in the history
  5. remove pool3d

    zkh2016 committed Apr 20, 2022
    Copy the full SHA
    5467b9c View commit details
    Browse the repository at this point in the history
  6. remove pool

    zkh2016 committed Apr 20, 2022
    Copy the full SHA
    3a45725 View commit details
    Browse the repository at this point in the history
  7. fix examples

    zkh2016 committed Apr 20, 2022
    Copy the full SHA
    e20c1d9 View commit details
    Browse the repository at this point in the history
  8. conv3d support bias

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

Commits on Apr 21, 2022

  1. sparse pool

    zkh2016 committed Apr 21, 2022
    Copy the full SHA
    5b9b786 View commit details
    Browse the repository at this point in the history
  2. fix docs

    zkh2016 committed Apr 21, 2022
    Copy the full SHA
    422e801 View commit details
    Browse the repository at this point in the history
  3. fix examples

    zkh2016 committed Apr 21, 2022
    Copy the full SHA
    56774d9 View commit details
    Browse the repository at this point in the history
  4. merge batch_norm

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

Commits on Apr 22, 2022

  1. sparse MaxPool3D

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

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

Commits on Apr 24, 2022

  1. sparse max_pool3d

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

Commits on Apr 25, 2022

  1. fix docs

    zkh2016 committed Apr 25, 2022
    Copy the full SHA
    2596037 View commit details
    Browse the repository at this point in the history
  2. replace pool with pooling

    zkh2016 committed Apr 25, 2022
    Copy the full SHA
    89b6f34 View commit details
    Browse the repository at this point in the history