Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TensorIR][M2a] Reorder #8767

Merged
merged 18 commits into from
Aug 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/tir/schedule/primitive/loop_transformation.cc
Co-authored-by: Ruihang Lai <lairuihangdongdong@qq.com>
  • Loading branch information
junrushao and MasterJH5574 authored Aug 22, 2021
commit 59a8afa7ff32ec81f6ebb3e5eb7d0f46fce2fc99
2 changes: 1 addition & 1 deletion src/tir/schedule/primitive/loop_transformation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ std::vector<const StmtSRefNode*> GetLoopsInReorderRange(const ScheduleState& sel
* \param chain The loops in the reorder range
* \param ordered_loop_srefs The loop srefs to be reordered
* \param loop_srefs The set containing loop srefs to be reordered
* \return the new loop chain
* \return The new loop chain
* \throws ScheduleError If the domain of an outer loop depends on any of the inner loops after
* reordering
*/
Expand Down