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

Commit 95dcf23

Browse files
author
Sven Verdoolaege
committed
halide2isl.h: drop references to ReductionInit markers
findReductions stopped looking at them in 33a3bb6 (halide2isl: do not require init statement for reduction detection, Sun May 27 12:04:46 2018 +0200) and they have been removed completely in d67e305 (tc2halide: refrain from marking reduction init nodes, Tue May 29 11:58:42 2018 +0200).
1 parent 1947c36 commit 95dcf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/halide2isl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ScheduleTreeAndAccesses makeScheduleTree(
9393
const Halide::Internal::Stmt& s);
9494

9595
/// Enumerate all reductions in a statement, by looking for the
96-
/// ReductionInit and ReductionUpdate markers inserted during lowering
96+
/// ReductionUpdate markers inserted during lowering
9797
/// (see tc2halide.h).
9898
/// Each reduction object stores a reference to
9999
/// the update statement, and a list of reduction dimensions

0 commit comments

Comments
 (0)