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

Commit 547ce31

Browse files
author
Sven Verdoolaege
committed
MappedScop::insertMappingContext: drop redundant universe() call
1 parent eccf8cd commit 547ce31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/cuda/mapped_scop.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ void MappedScop::insertMappingContext() {
862862
{TX, TX.mappingSize(block)},
863863
{TY, TY.mappingSize(block)},
864864
{TZ, TZ.mappingSize(block)}};
865-
auto space = scop.domain().universe().get_space();
865+
auto space = scop.domain().get_space();
866866
auto mappingContext = makeParameterContext(
867867
space, mappingIdsWithSizes.begin(), mappingIdsWithSizes.end());
868868
updateTopLevelContext(scop.scheduleRoot(), mappingContext.from_params());

0 commit comments

Comments
 (0)