Skip to content
Snippets Groups Projects
  1. May 11, 2019
  2. Apr 18, 2019
  3. Apr 10, 2019
  4. Apr 09, 2019
  5. 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
  6. Feb 03, 2019
  7. Feb 01, 2019
  8. Dec 11, 2018
  9. Dec 07, 2018
  10. Nov 27, 2018
  11. Oct 28, 2018
  12. Sep 23, 2018
  13. Aug 21, 2018
  14. Aug 17, 2018
  15. Jul 31, 2018
  16. Jul 09, 2018
  17. Jun 27, 2018
Loading