- Nov 16, 2017
-
-
Matt Wala authored
-
- 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.
-
- Jul 30, 2017
-
-
Matt Wala authored
-
- Jul 28, 2017
-
-
Andreas Klöckner authored
-
- Jul 16, 2017
-
-
Matt Wala authored
-
- Jul 15, 2017
-
-
Matt Wala authored
cacheable before creating the cache key.
-
- Jul 13, 2017
-
-
Matt Wala 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 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
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
-
-
Matt Wala authored
-
- Mar 21, 2017
-
-
Andreas Klöckner authored
-
- Feb 06, 2017
-
-
Andreas Klöckner authored
-
- Jan 30, 2017
-
-
Nick Curtis authored
-
Nick Curtis authored
-
Nick Curtis authored
-
- Jan 22, 2017
-
-
Matt Wala authored
-
- Dec 23, 2016
-
-
Matt Wala authored
-
- Dec 22, 2016
-
-
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
-
- Dec 21, 2016
-
-
Andreas Klöckner authored
-
- Dec 16, 2016
-
-
Matt Wala authored
-
- Dec 09, 2016
-
-
Nick Curtis authored
-
Nick Curtis authored
-
Nick Curtis authored
-
Nick Curtis authored
check that the index returned is a minimum, rather than the exact value from numpy (in case of duplicate min/maxs)
-
Nick Curtis authored
-
Nick Curtis authored
-
Nick Curtis authored
-
Nick Curtis authored
-
Nick Curtis authored
-
Nick Curtis authored
-
Nick Curtis authored
-
- Dec 07, 2016
-
-
Dominic Kempf authored
-
- Dec 06, 2016
-
-
Matt Wala authored
aliasing (closes inducer/loopy#69).
-