Skip to content
Snippets Groups Projects
  1. Apr 01, 2019
  2. Feb 06, 2019
  3. Feb 01, 2019
  4. Jan 29, 2019
  5. Jan 24, 2019
  6. Jan 23, 2019
  7. Jan 16, 2019
  8. Dec 11, 2018
  9. Dec 10, 2018
  10. Dec 07, 2018
  11. Dec 05, 2018
  12. Dec 04, 2018
  13. Dec 03, 2018
  14. Nov 28, 2018
  15. Nov 22, 2018
    • René Heß's avatar
      Restructure where permutation happens for sumfact vectorization · f1382d61
      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.
      f1382d61
Loading