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

[microNPU] Add support for conv2d running on two cores on U65 #10251

Merged
merged 3 commits into from
May 9, 2022

Commits on May 6, 2022

  1. [microNPU] Add support for conv2d running on two cores on U65

    The 512 mac variant has two cores that processes the weights in
    parallel, so we need to split the weights and biases into two
    and encode them separately.
    
    Change-Id: I53791f614288ac4df181b9462fc632d35b934a86
    ekalda committed May 6, 2022
    Configuration menu
    Copy the full SHA
    454aa21 View commit details
    Browse the repository at this point in the history
  2. Changes due to rebase

    ekalda committed May 6, 2022
    Configuration menu
    Copy the full SHA
    7569c30 View commit details
    Browse the repository at this point in the history
  3. Rebase, improve DivideConstants and expand testing

    Make the DivideConstants to operate on non-flattened
    tensors to support two core execution in U65.
    ekalda committed May 6, 2022
    Configuration menu
    Copy the full SHA
    4d425c2 View commit details
    Browse the repository at this point in the history