From 744da0d8d3cec6216ebf22ac3b04c101ef9846cd Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Sat, 15 Jul 2017 21:20:16 -0500 Subject: [PATCH] Update description of preschedule to clarify that items in the preschedule may be interleaved with items not in the preschedule. --- loopy/schedule/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/loopy/schedule/__init__.py b/loopy/schedule/__init__.py index 0fa2c8ed5..e05140ff5 100644 --- a/loopy/schedule/__init__.py +++ b/loopy/schedule/__init__.py @@ -596,7 +596,8 @@ class SchedulerState(ImmutableRecord): .. attribute:: preschedule A sequence of schedule items that must be inserted into the - schedule, maintaining the same ordering + schedule, maintaining the same relative ordering. Newly scheduled + items may interleave this sequence. .. attribute:: prescheduled_insn_ids -- GitLab