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

Commit 8dc1271

Browse files
author
Sven Verdoolaege
committed
accessSubscriptsAreUnrolledLoops: temporarily remove type deduction
This allows TensorReferenceGroup.originalAccesses() to be converted to templated isl types without having to convert accessSubscriptsAreUnrolledLoops at the same time. Automatic type deduction will be reintroduced when accessSubscriptsAreUnrolledLoops is converted.
1 parent b296604 commit 8dc1271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/cuda/memory_promotion_heuristic.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ bool accessSubscriptsAreUnrolledLoops(
341341
unrolledDimsMupa =
342342
unrolledDimsMupa.intersect_domain(group.originalAccesses().domain());
343343

344-
auto accesses = group.originalAccesses();
344+
isl::union_map accesses = group.originalAccesses();
345345
auto schedule = outerSchedule.flat_range_product(unrolledDimsMupa);
346346
accesses = accesses.apply_domain(isl::union_map::from(schedule));
347347

0 commit comments

Comments
 (0)