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

Commit c8310f1

Browse files
author
Sven Verdoolaege
committed
drop spurious declaration of splitOutReductionAndInsertSyncs
The spurious declaration was introduced in bb5e2df (Reduce number of synchronizations produced in sequences., Thu Apr 19 10:03:11 2018 +0200).
1 parent 6c8a77e commit c8310f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tc/core/polyhedral/cuda/mapped_scop.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ class MappedScop {
182182
private:
183183
// Insert the optimal combination of synchronizations in the sequence
184184
void insertBestSyncInSeq(detail::ScheduleTree* seq);
185-
// Split out reduction bands and insert reduction synchronizations.
186-
void splitOutReductionsAndInsertSyncs();
187185
// Split out reduction member at position "dim" in "band" and
188186
// insert reduction synchronizations.
189187
void splitOutReductionAndInsertSyncs(detail::ScheduleTree* band, int dim);

0 commit comments

Comments
 (0)