Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 6092337

Browse files
author
Sven Verdoolaege
committed
polyhedral/codegen_*.cc: remove comment about schedule space
Apparently, there was some confusion before about the relation between the schedule and the schedule space, but that appears to have been cleared up. Now the comment itself is confusing. Remove it.
1 parent 3bf27dc commit 6092337

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/core/polyhedral/codegen_cuda.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

src/core/polyhedral/codegen_llvm.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)