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.
[CMSIS-NN] Convert CMSIS-NN to use Target Hooks (apache#9397)
* [CMSIS-NN] Convert CMSIS-NN to use Target Hooks This migrates CMSIS-NN to use Target Hooks instead of fully BYOC, which means it will now go through any central passes the Driver API. * Mutated PrimFunc arguments in LowerTE so all functions are correctly lowered * Made Target `cmsis-nn` to match external code generator `cmsis-nn` to connect the Target with the external code generator * Modified Partition Graph to sanitise compiler names to generate them properly in C * Port tvmc fixes for hybrid targets * Update NPU tests with new sanitisation
- Loading branch information
Showing
16 changed files
with
227 additions
and
196 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
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
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.