This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hexagon] Add E2E test demonstrating how to apply blocked layout sche…
…dule to conv2d via metaschedule (apache#13180) Demonstrates the use of a custom search space generation from a manual written schedule. In this there are no degrees of freedom so tuning will not improve the schedule currently, but the test demonstrates the schedule-time layout transformation of the conv2d primfunc to the 8x8x32 packed layout for convolution ops. * Add test that demonstrates applying a custom TIR schedule to E2E model. * Add example scheduling that demonstrates converting input and output activation to Hexagon's blocked layout. * PR feedback: Remove latency measurement and profiling report. * Update comment to reflect PR discussion summary, remove TODO. * Use ScheduleFn space generator to disable any autotuning.
- Loading branch information
Showing
1 changed file
with
174 additions
and
0 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