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

Commit fa39e9a

Browse files
Merge pull request #173 from facebookresearch/pr/drop_comment
polyhedral/codegen_*.cc: remove comment about schedule space
2 parents 3bf27dc + 6092337 commit fa39e9a

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)