"Utils/IteratorTraits.test.cc" did not exist on "fd80e5a834be4ff1dfeca9577190e15ad0ab9872"
- Apr 02, 2019
-
-
René Heß authored
-
- Apr 01, 2019
-
-
René Heß authored
-
- Mar 29, 2019
-
-
René Heß authored
-
- Feb 18, 2019
-
-
René Heß authored
The SumfactKernel object stores a tuple of transformations that will be registered in the realization and applied in the localoperator. These transformations can change the name of the sum factorization kernel function. This way it should be possible to use autotuning for picking transformations.
-
- Feb 13, 2019
-
-
René Heß authored
Decision about loop order should be done with autotuning in the end.
-
- Feb 10, 2019
-
-
René Heß authored
Decision about loop order should be done with autotuning in the end.
-
- Jan 31, 2019
-
-
Dominic Kempf authored
-
- Jan 28, 2019
-
-
René Heß authored
-
- Jan 24, 2019
-
-
René Heß authored
The realize_output interface method was not really necessary and just adds a layer of indiretion.
-
Dominic Kempf authored
-
- Jan 07, 2019
-
-
René Heß authored
-
- Nov 23, 2018
-
-
René Heß authored
Introduce different methods for realize_input/output realize_direct_input/output and setup_input/output. The setup methods cover code generation outside the sumfact kernel function (creating input array or accumulating result). realize and realize_direct handle the input/output in the nonfastdg and fastdg code branch. Seperate interface methods make it a lot easier to find out where each of those methods will be applied. Besides that most interface classes need to provide more that two of those methods anyway...
-
- Nov 22, 2018
-
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
Non-fastdg: Permutation of the input happens before the sum factorization kernel when we setup the input. This is done by a method of the corresponding interface class. Fastdg: In this case the input will always be ordered according to x,y,... This means the permutation needs to happen in the sumfact kernel. Since we want to vectorize sumfact kernels with different input permutation in an upper/lower way we need to do this permutation in the corresponding interface class. This is done in the realize_direct method and in the vectorized case the corresponding methods of the scalar sumfact kernels are called.
-
- Nov 15, 2018
- Nov 13, 2018
- Oct 30, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Sep 21, 2018
-
-
Dominic Kempf authored
-
- Sep 20, 2018
-
-
René Heß authored
-
- Sep 12, 2018
- Apr 26, 2018
-
-
Dominic Kempf authored
-
- Mar 28, 2018
-
-
Dominic Kempf authored
This is currently only used for level 4 instrumentation, as these start and stop markers were messing heavily with dependencies in the sum factorization code. This way, the necessary but ugly work of adding instrumentation is separated much more nicely.
-
- Mar 27, 2018
-
-
Dominic Kempf authored
I was tired of the amount of ifs that changed behaviour depending on stage 1 or 3. This is a cleaner approach.
-
- Mar 26, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Mar 23, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-