Skip to content
Snippets Groups Projects
  1. May 13, 2019
  2. May 11, 2019
  3. May 10, 2019
  4. May 09, 2019
  5. May 08, 2019
  6. Apr 23, 2019
  7. Apr 18, 2019
  8. Apr 16, 2019
  9. Apr 11, 2019
  10. Apr 10, 2019
  11. Apr 09, 2019
  12. Apr 08, 2019
    • Matt Wala's avatar
      Improve loopy codegen determinism · 6df57f68
      Matt Wala authored
      Use an ordered set for collecting operators to ensure deterministic
      variable naming, as the variable name depends on the collection order.
      (As an alternative I tried sorting the output of the collector by
      string, but the stringification is very expensive on simple examples
      like wave-min.)
      
      Also, improve debuggability of any remaining bugs in loopy kernels
      (such as any latent nondeterminism) by giving each assignment kernel a
      separate name.
      6df57f68
  13. Apr 06, 2019
  14. Apr 04, 2019
Loading