- 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().
-
Andreas Klöckner authored
Minor fixes See merge request !123
-
- Jul 07, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jun 23, 2017
-
-
Andreas Klöckner authored
Preserve TaggedVariable in ExpressionToCExpressionMapper.map_subscripts See merge request !120
-
Dominic Kempf authored
-
- Jun 22, 2017
-
-
Dominic Kempf authored
So far, this handler silently dropped any tags on the aggregate, which is an undesired behaviour if the tag is to be used in the code generation step.
-
- Jun 21, 2017
-
-
Andreas Klöckner authored
-
- Jun 06, 2017
-
-
Andreas Klöckner authored
fixed an issue when trace_assignment_values=True
-
Xiaoyu Wei authored
-
- Jun 03, 2017
-
-
Andreas Klöckner authored
Cache improvements See merge request !117
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jun 02, 2017
-
-
Andreas Klöckner authored
Fix domain tree branch detection See merge request !115
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- May 26, 2017
-
-
Andreas Klöckner authored
Improve save and reload towards global scan (see: #62). Closes #40 and #54 See merge request !106
-
- May 25, 2017
-
-
Andreas Klöckner authored
get_usable_inames_for_conditional(): Fix inames finding in the case Closes #65 See merge request !112
-
Matt Wala authored
Conflicts: test/test_loopy.py
-
Matt Wala authored
-
Matt Wala authored
containing subkernel. Rename prev_sched_index to sched_item_index. Fix a case where the loop would exit too late.
-
Andreas Klöckner authored
_UniqueVarNameGenerator: Fix O(n**2) behavior by keeping track of the Closes #25 See merge request !111
-
Andreas Klöckner authored
-
- May 23, 2017
- May 21, 2017
- May 20, 2017
-
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
array prefixes as they are aded to the set. Closes #25 on gitlab Depends on inducer/pytools!2 on gitlab
-
- May 13, 2017
-
-
Andreas Klöckner authored
Add val_type to ToCountMap, fix div computation in get_simple_strides, consider assumptions in precompute See merge request !109
-
- May 12, 2017
-
-
Matt Wala authored
-