Skip to content
  1. Nov 16, 2017
  2. Nov 14, 2017
  3. Oct 28, 2017
  4. Oct 27, 2017
  5. Oct 20, 2017
  6. Oct 19, 2017
  7. Oct 04, 2017
  8. Oct 03, 2017
  9. Sep 01, 2017
    • Matt Wala's avatar
      Allow parameters to be fixed at kernel creation time. · c9b14cf7
      Matt Wala authored
      Among other things, passing fixed parameters can improve the accuracy
      of temp shape inference, so that fallback can occur less often.
      
      The motivation for this is to remove the temp_shape_fallback warnings
      when constructing sumpy kernels.
      c9b14cf7
  10. Jul 30, 2017
  11. Jul 28, 2017
  12. Jul 16, 2017
  13. Jul 15, 2017
  14. Jul 13, 2017
  15. May 23, 2017
  16. May 21, 2017
  17. May 20, 2017
  18. Apr 08, 2017
  19. Apr 07, 2017
  20. Mar 21, 2017
  21. Feb 06, 2017
  22. Jan 30, 2017
  23. Jan 22, 2017
  24. Dec 23, 2016
  25. 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
  26. Dec 21, 2016
  27. Dec 16, 2016
  28. Dec 09, 2016