Skip to content

Commit 2f087eb

Browse files
Merge branch 'apriakhin/fix-xd-queue' into 'master'
Realm(bugfix): re-queue xd by pushing it to the back See merge request StanfordLegion/legion!1574 (cherry picked from commit 3b43b2c) e7c70f8 realm: re-queue xd by pushing to the back Co-authored-by: apryakhin <[email protected]>
1 parent 723b0be commit 2f087eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/realm/transfer/channel.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ namespace Realm {
196196
{
197197
AutoLock<> al(mutex);
198198
was_empty = in_ordered_worker || ready_xds.empty();
199-
ready_xds.push_front(xd);
199+
ready_xds.push_back(xd);
200200
in_ordered_worker = false;
201201
}
202202

0 commit comments

Comments
 (0)