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

【NPU】Support NPU kernel for reduce_sum op v2 #31620

Merged
merged 8 commits into from
Mar 15, 2021

Commits on Mar 11, 2021

  1. add reduce_sum

    frankwhzhang committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    5b22cda View commit details
    Browse the repository at this point in the history
  2. fix broadcastd

    frankwhzhang committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    35f7b95 View commit details
    Browse the repository at this point in the history
  3. fix test

    frankwhzhang committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    11b849c View commit details
    Browse the repository at this point in the history
  4. fix

    frankwhzhang committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ac30294 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. add unsqueeze in reduce_sum

    pangyoki committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b9d5842 View commit details
    Browse the repository at this point in the history
  2. add template

    pangyoki committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    66230c2 View commit details
    Browse the repository at this point in the history
  3. add unittest for keep_dim

    pangyoki committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    964d40d View commit details
    Browse the repository at this point in the history
  4. test reduce_all

    pangyoki committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    70b715b View commit details
    Browse the repository at this point in the history