Skip to content
  1. Nov 08, 2017
  2. Nov 07, 2017
  3. Nov 05, 2017
  4. Oct 28, 2017
  5. Oct 27, 2017
  6. Oct 25, 2017
  7. Oct 20, 2017
  8. Oct 19, 2017
  9. Oct 04, 2017
  10. Oct 03, 2017
  11. Sep 29, 2017
  12. Sep 12, 2017
  13. 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
  14. Aug 30, 2017
  15. Aug 11, 2017
  16. Jul 30, 2017
  17. Jul 28, 2017
  18. Jul 19, 2017
  19. Jul 16, 2017
  20. Jul 15, 2017
  21. Jul 13, 2017
  22. Jul 10, 2017
  23. Jul 09, 2017
  24. Jul 08, 2017
    • Matt Wala's avatar
      Add a make_tuple() function to loopy. · e3bb8f37
      Matt Wala authored
      This function does trivial things, but it's there to solve the problem
      that the reduction neutral element getters are not allowed to store
      dtypes (#80).
      
      The function mangler demands that a function knows its type based on
      its arguments. For the neutral element getters, this is impossible
      because they take zero arguments. The simplest fix I can think of is
      to change a call to neutral_element() to a call to make_tuple().
      
      Currently, the tuple code doesn't work yet due to pickling issues.  I
      think the root cause is somewhere in
      __hackily_ensure_multi_argument_functions_are_scoped_private().
      e3bb8f37
  25. Jul 02, 2017
  26. Jun 30, 2017
  27. May 23, 2017
  28. May 21, 2017