- Sep 01, 2017
-
-
Andreas Klöckner authored
Allow parameters to be fixed at kernel creation time. See merge request !141
-
Matt Wala authored
-
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.
-
Andreas Klöckner authored
-
- Aug 31, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
Lazy data structures See merge request !139
-
- Aug 30, 2017
-
-
Andreas Klöckner authored
Adjust the recursionlimit for complexity in number of inames Closes #78 See merge request !136
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
This changes implements a LazyList and LazyListWithEqAndPersistentHashing data structure. These data structures lazily unpickle their contents. This change also renames LazilyUnpicklingDictionary to LazyDict.
-
- Aug 29, 2017
-
-
Andreas Klöckner authored
Fix single-trip check in sequential loop generation (Fixes #87 on gitlab) Closes #87 See merge request !137
-
Andreas Klöckner authored
-
Dominic Kempf authored
-
- Aug 28, 2017
-
-
Dominic Kempf authored
So far, only complexity in number of instructions was taken into account. The constant is just a guess that fixes the test kernel that introduced the failure.
-
- Aug 19, 2017
-
-
-
Andreas Klöckner authored
-
- Aug 11, 2017
-
-
Andreas Klöckner authored
Fix recognition of striding constraints in counting when other, unused divs are present See merge request !132
-
Andreas Klöckner authored
-
- Aug 09, 2017
-
-
Andreas Klöckner authored
- Aug 06, 2017
-
-
Andreas Klöckner authored
Check no_sync_with attribute in check_insn_attributes() Closes #55 See merge request !131
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
Closes #55
-
- Jul 30, 2017
-
-
Andreas Klöckner authored
Make a way to spell literal local barriers See merge request !130
-
Matt Wala authored
-
- Jul 28, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jul 26, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
Remove numpy dtypes from ArgExtFunction and SegmentedFunction Closes #80 See merge request !124
-
- Jul 25, 2017
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jul 24, 2017
-
-
Andreas Klöckner authored
-
- Jul 20, 2017
-
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
Fix a 'threw StopIteration' warning in get_priority_tiers See merge request !129
-
- Jul 19, 2017
-
-
Andreas Klöckner authored
-
Matt Wala authored
-
Matt Wala authored
-