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.
[PerfAlign] NRM & SFM on Raspi Aligned (#6)
* Rewrite CollectComputeLocations * rewrite SampleComputeLocation * Fix CollectComputeLocation/SampleComputeLocation * Rewrite rule RandomComputeLocation; aligned * Fix AddRFactor to avoid unit-loop template * Change the API of SampleComputeLocation * Enable inlining * Skip unit loops * Take reduction block iterators into consideration * [TIR] For-kind inheritance in decompose-reduction * Complete MutatorComputeLocation with test * Complete RandomComputeLocation with test * Complete SampleComputeLocation in sampling.cc * Do random-compute-location in AddRFactor * Comment out the warning, and disable n_leading_iter * Use the annotation trick * Refactor and add docstring for CollectComputeLocation * Minor * Test for SampleComputeLocation * Annotate the tiling structure * Skip tiled blocks in RandomComputeLocation * Minor updates * Use bool instead of Bool object * Overload another HasAnn * Add prefix * Update shell scripts
- Loading branch information
1 parent
b138d63
commit c6e5dac
Showing
27 changed files
with
859 additions
and
300 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
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.