diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-07 12:34:59 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-07 12:34:59 -0600 |
commit | 79866eaaf708759db9458e60bb4ea51799608f2e (patch) | |
tree | bef9c09203e519c33b83b859cdce87f1019c14fa /include/loop.hh | |
parent | 7414769da6aaff79887b5ba53406f442df9da33f (diff) | |
download | chill-79866eaaf708759db9458e60bb4ea51799608f2e.tar.gz chill-79866eaaf708759db9458e60bb4ea51799608f2e.tar.bz2 chill-79866eaaf708759db9458e60bb4ea51799608f2e.zip |
fix unroll & cleanup
Diffstat (limited to 'include/loop.hh')
-rw-r--r-- | include/loop.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/loop.hh b/include/loop.hh index 7c746f6..8aa7851 100644 --- a/include/loop.hh +++ b/include/loop.hh @@ -162,6 +162,7 @@ public: void permute(const std::set<int> &active, const std::vector<int> &pi); void permute(int stmt_num, int level, const std::vector<int> &pi); void permute(const std::vector<int> &pi); + // TODO doc and usage needed void original(); void tile(int stmt_num, int level, int tile_size, int outer_level = 1, TilingMethodType method = StridedTile, int alignment_offset = 0, int alignment_multiple = 1); |