Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 15, 2018
  3. Nov 14, 2018
  4. Nov 13, 2018
  5. Nov 09, 2018
  6. Oct 30, 2018
  7. Oct 25, 2018
  8. Oct 24, 2018
  9. Oct 23, 2018
  10. Oct 22, 2018
Loading