forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[microNPU] Add support for conv2d running on two cores on U65 (apache…
…#10251) * [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 * Changes due to rebase * Rebase, improve DivideConstants and expand testing Make the DivideConstants to operate on non-flattened tensors to support two core execution in U65.
- Loading branch information
Showing
14 changed files
with
585 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.