Skip to content
  1. Jul 10, 2017
  2. Jul 09, 2017
  3. Jul 08, 2017
    • Matt Wala's avatar
      Remove print statement. · 4dc48bde
      Matt Wala authored
      4dc48bde
    • Matt Wala's avatar
      [ci skip] Add missing file. · b25c5bc2
      Matt Wala authored
      b25c5bc2
    • 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
    • Andreas Klöckner's avatar
      Merge branch 'minor-fixes' into 'master' · 282abebe
      Andreas Klöckner authored
      Minor fixes
      
      See merge request !123
      282abebe
  4. Jul 07, 2017
  5. Jun 23, 2017
  6. Jun 22, 2017
  7. Jun 21, 2017
  8. Jun 06, 2017
  9. Jun 03, 2017
  10. Jun 02, 2017
  11. May 26, 2017
  12. May 25, 2017
  13. May 23, 2017
  14. May 21, 2017
  15. May 20, 2017