Function sequant::eval::detail::forced_split_levels¶
Defined in File ordered_schedule.hpp
Function Documentation¶
-
inline ForcedSplitLevels sequant::eval::detail::forced_split_levels(RichSchedule const &rich, LegalitySchedule const &legality, OrderedScheduleDepGraph const &g, std::function<bool(std::size_t, std::size_t)> const &inside)¶
Assigns every value of
richits pass level (seeForcedSplitLevels), reading the carried/reduction roles fromlegality, the dependency edges fromg, and deciding withinsidewhether a reader is produced inside a source’s own reduced loop instance.