This repository was archived by the owner on Apr 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -872,8 +872,6 @@ string emitCudaKernel(
872
872
IteratorMapsType* iteratorMaps) -> isl::ast_node {
873
873
auto expr = node.user_get_expr ();
874
874
auto stmtId = expr.get_op_arg (0 ).get_id ();
875
- // Note that the schedule obtained from build does NOT live in the
876
- // schedule space obtained from build, despite the naming.
877
875
// We rename loop-related dimensions manually.
878
876
auto schedule = build.get_schedule ();
879
877
auto scheduleSpace = build.get_schedule_space ();
Original file line number Diff line number Diff line change @@ -702,8 +702,6 @@ IslCodegenRes codegenISL(const Scop& scop) {
702
702
const Scop& scop,
703
703
StmtSubscriptExprMapType& stmtSubscripts) -> isl::ast_node {
704
704
auto expr = node.user_get_expr ();
705
- // Note that the schedule obtained from build does NOT live in the
706
- // schedule space obtained from build, despite the naming.
707
705
// We rename loop-related dimensions manually.
708
706
auto schedule = build.get_schedule ();
709
707
auto scheduleSpace = build.get_schedule_space ();
You can’t perform that action at this time.
0 commit comments