Skip to content
Snippets Groups Projects
  1. Jul 23, 2019
  2. Jul 22, 2019
  3. Jul 02, 2019
    • Dominic Kempf's avatar
      [!305] Performance transformation: Loop reordering in sumfact kernel · 11e29c44
      Dominic Kempf authored
      Merge branch 'feature/sumfact-loop-reordering' into 'master'
      
      ref:extensions/dune-codegen Performance transformation through loop nest
      reordering. There are two ways to reorder loops in a tensor contraction:
      
      1.  Directly accumulate in output variable after setting to zero
      2.  Accumulating in a large enough temporary
      
      This merge request implements these ways of loop reordering and the
      possibility to create an autotune target directly from the loopy kernel.
      
      See merge request [extensions/dune-codegen!305]
      
        [extensions/dune-codegen!305]: gitlab.dune-project.org/extensions/dune-codegen/merge_requests/305
      11e29c44
  4. Jun 11, 2019
  5. Jun 04, 2019
  6. Jun 03, 2019
  7. Apr 30, 2019
  8. Apr 26, 2019
Loading