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(
872872 IteratorMapsType* iteratorMaps) -> isl::ast_node {
873873 auto expr = node.user_get_expr ();
874874 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.
877875 // We rename loop-related dimensions manually.
878876 auto schedule = build.get_schedule ();
879877 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) {
702702 const Scop& scop,
703703 StmtSubscriptExprMapType& stmtSubscripts) -> isl::ast_node {
704704 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.
707705 // We rename loop-related dimensions manually.
708706 auto schedule = build.get_schedule ();
709707 auto scheduleSpace = build.get_schedule_space ();
You can’t perform that action at this time.
0 commit comments