Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: yimoj/realm

Tags

v25.6.1-rc.4

Toggle v25.6.1-rc.4's commit message
Apriakhin/transpose fix (StanfordLegion#302)

This is a mirror of StanfordLegion#301

---------

Co-authored-by: apriakhin <[email protected]>

legion-25.06.0

Toggle legion-25.06.0's commit message
Legion June 2025 release

legion-25.03.0

Toggle legion-25.03.0's commit message
Legion March 2025 release

legion-24.12.0

Toggle legion-24.12.0's commit message
Legion December 2024 release

legion-24.09.0

Toggle legion-24.09.0's commit message
Legion September 2024 release

legion-24.06.0

Toggle legion-24.06.0's commit message
Legion June 2024 release

papers/asplos-2025/automatic-tracing

Toggle papers/asplos-2025/automatic-tracing's commit message
Branch used for experiments for the automatic tracing paper submitted…

… to asplos 2025.

legion-24.03.0

Toggle legion-24.03.0's commit message
Legion March 2024 release

legion-master-final-pre-control-replication

Toggle legion-master-final-pre-control-replication's commit message
This is the final commit of the master branch of Legion prior to the …

…merge of the control replication branch. Prior to this there is no support for control replication. The primary method for physical analysis in this branch is still based on Warnock's algorithm for decomposing equivalence sets. After the control replication merge, the primary method for physical analysis switches to ray casting.

legion-control-replication-final

Toggle legion-control-replication-final's commit message
This is the final commit of the long-lived control replication branch…

…. Control replication adds support for replicating logical tasks into implicit shards which can run in parallel but still behave as one logical task. To make control replication possible a number of fundamental changes had to be made to the internal Legion architecture and required significant modifications to how Legion works internally. The version of Legion after this branch lands in the master branch bears little resemblance to the version of Legion that preceded it.