You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
promoteToSharedGreedy: do not intersect schedule with active points
A partial schedule produced by a call to partialSchedule already has its
domain intersected with the parent filter nodes. There is no need to
separately compute the intersection of parent filters using
activeDomainPoints to include it in the schedule. Drop the unnecessary
intersection and remove the variable that became unused.
0 commit comments