Skip to content
  1. Dec 22, 2016
    • Matt Wala's avatar
      Barrier insertion: Rework barrier insertion to keep finer track of · 86ae8099
      Matt Wala authored
      dependencies, and also to treat loops more carefully.
      
      * Dependencies are now tracked based on a list of active potential
        sources, and the active set is narrowed by filtering through
        readers/writers
      * Stricter handling of dependencies within loops by not assuming
        that loops are nonempty
      * Changes the barrier insertion algorithm to act in two stages: first,
        barriers are recursively inserted into loops, then they are inserted
        at the outermost level. This is mostly meant to simplify the code.
      * See also #18 on gitlab
      86ae8099
  2. Dec 21, 2016
  3. Dec 19, 2016
  4. Dec 16, 2016
  5. Dec 14, 2016
  6. Dec 13, 2016
  7. Dec 12, 2016
  8. Dec 11, 2016
  9. Dec 10, 2016