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

Commit b65f5ef

Browse files
Merge pull request #376 from facebookresearch/pr/infix
infixScheduleMupa: drop work-around for bug in isl
2 parents 2d70e59 + bade5f4 commit b65f5ef

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tc/core/polyhedral/schedule_transforms.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,6 @@ isl::multi_union_pw_aff infixScheduleMupa(
459459
auto domain = domainElem->domain_.universe();
460460
auto zero = isl::multi_val::zero(domain.get_space().set_from_params());
461461
auto prefix = isl::multi_union_pw_aff(domain, zero);
462-
// Work around bug in isl.
463-
prefix = prefix.intersect_domain(domain);
464462
prefix = foldl(
465463
filterType<ScheduleTreeElemBand>(tree->ancestors(relativeRoot)),
466464
[](const ScheduleTree* st, isl::multi_union_pw_aff pref) {

third-party/islpp

Submodule islpp updated from b313619 to e5b7b42

0 commit comments

Comments
 (0)