- Apr 11, 2018
-
-
Matt Wala authored
More speed ups for loading from cache. See merge request inducer/loopy!251
-
Matt Wala authored
-
Matt Wala authored
- Cache written variable names in the kernel (#135) - Make LoopyEqKeyBuilder.hash_key() return a hash, so that instructions don't have to be re-hashed when they are loaded from cache.
-
- Apr 02, 2018
-
-
Andreas Klöckner authored
Adding global id strides to mem access See merge request inducer/loopy!248
-
James Stevens authored
-
James Stevens authored
-
James Stevens authored
-
- Mar 31, 2018
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Mar 26, 2018
-
-
Andreas Klöckner authored
-
- Mar 23, 2018
-
-
Andreas Klöckner authored
Reduce logger chattiness during kernel creation See merge request inducer/loopy!244
-
Andreas Klöckner authored
-
- Mar 16, 2018
-
-
-
Andreas Klöckner authored
-
Matt Wala authored
Reduce cache-to-execution latency by using lazy unpickling of instructions. Closes #67 See merge request inducer/loopy!242
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
of instructions. This requires caching the generation of invokers (which itself should also give a speed boost), since invoker generation needed to analyze the instructions in the kernel.
-
- Mar 14, 2018
-
-
Andreas Klöckner authored
allowing stride=0 in make_args and make_ref_args by calculating alloc_size as if stride=1 See merge request inducer/loopy!241
-
James Stevens authored
-
- Mar 11, 2018
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
Try hard to find a git revision to use as cache key See merge request inducer/loopy!239
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Mar 10, 2018
-
-
Andreas Klöckner authored
Stop using apparently-deprecated Set.add in save/load transform See merge request inducer/loopy!238
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Mar 08, 2018
-
-
Andreas Klöckner authored
Speed up overlap checking (closes #131) Closes #131 See merge request inducer/loopy!237
-
Matt Wala authored
computations when possible.
-
- Mar 06, 2018
-
-
Andreas Klöckner authored
Adding all local strides to mem access See merge request !236
-
- Mar 04, 2018
-
-
James Stevens authored
-
James Stevens authored
-
James Stevens authored
-
James Stevens authored
-
James Stevens authored
-
James Stevens authored
switched lid_strides from list to dict in order to distinguish between two cases: (1) where an lid was found with stride 0 and (2) where no lid was found
-
James Stevens authored
-
James Stevens authored
-