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

Commit e2ae64e

Browse files
author
Sven Verdoolaege
committed
MappedScop: change type of Reduction::reductionDim to size_t
This is a more natural type for a position.
1 parent ef975a1 commit e2ae64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/cuda/mapped_scop.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class MappedScop {
191191
// Has the reduction been separated out as a full block?
192192
bool separated;
193193
// Index of the band member in which the reduction was detected.
194-
int reductionDim;
194+
size_t reductionDim;
195195
};
196196
// Map isolated innermost reduction band members to information
197197
// about the detected reduction.

0 commit comments

Comments
 (0)