- Nov 16, 2017
-
-
Matt Wala authored
-
- Sep 12, 2017
-
-
Matt Wala authored
constructor. * Check that all instruction ids are unique on kernel creation. * Add a uniquify_instruction_ids() transform. This closes #89.
-
- Sep 01, 2017
-
-
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.
-
- Aug 30, 2017
- Aug 11, 2017
-
-
Andreas Klöckner authored
-
- Jul 30, 2017
-
-
Matt Wala authored
-
- Jul 28, 2017
-
-
Andreas Klöckner authored
-
- Jul 19, 2017
-
-
Matt Wala authored
-
- Jul 16, 2017
- Jul 15, 2017
-
-
Matt Wala authored
cacheable before creating the cache key.
-
- Jul 13, 2017
-
-
Matt Wala authored
-
- Jul 10, 2017
-
-
Matt Wala authored
-
- Jul 09, 2017
-
-
Matt Wala authored
-
- Jul 08, 2017
-
-
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().
-
- Jul 02, 2017
-
-
James Stevens authored
-
- Jun 30, 2017
-
-
James Stevens authored
-
James Stevens authored
-
- May 23, 2017
- May 21, 2017
-
-
Matt Wala authored
-
- May 20, 2017
-
-
Matt Wala authored
array prefixes as they are aded to the set. Closes #25 on gitlab Depends on inducer/pytools!2 on gitlab
-
- Apr 24, 2017
- Apr 08, 2017
-
-
Matt Wala authored
type. Now, the argument to a reduction can be either a scalar or a tuple.
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
either a tuple, reduction, or a substitution invocation). Also, rewrite the reduction mapping code to rely on recursive calls map_tuple(). This cleans up a lot of reduction mapping code substantially.
-
- Apr 07, 2017
- Mar 21, 2017
-
-
Andreas Klöckner authored
-
- Mar 15, 2017
-
-
Nick Curtis authored
-
- Feb 24, 2017
-
-
Andreas Klöckner authored
-
- Feb 17, 2017