Skip to content
Snippets Groups Projects
  1. Dec 17, 2018
  2. Dec 14, 2018
  3. Dec 13, 2018
  4. Dec 12, 2018
  5. Nov 23, 2018
    • René Heß's avatar
      [skip ci] Improve sumfact kernel interface · 38072649
      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...
      38072649
  6. Nov 22, 2018
  7. Nov 15, 2018
  8. Nov 14, 2018
  9. Nov 13, 2018
  10. Nov 09, 2018
  11. Oct 31, 2018
  12. Oct 30, 2018
  13. Oct 26, 2018
    • Dominic Kempf's avatar
      [!277] Add a first implementation of hooks · 2ff0ad9e
      Dominic Kempf authored
      Merge branch 'feature/code-generation-hooks' into 'master'
      
      ref:dominic/dune-perftool This is the first minimal implementation of how code
      generation hooks from downstream projects could look like.
      
      There is a few more things to think about (feel invited to share ideas):
      
      -   \[x\] How to document the arguments and return values expected from hooks
      -   \[x\] How to handle multiple hooks registered to the same hook point and
          return values (this is quite relevant once you want to do loopy
          transformations in a hook. It means that you want to "chain" the hooks)
      
      This fixes [#129].
      
      See merge request [dominic/dune-perftool!277]
      
        [#129]: gitlab.dune-project.org/NoneNone/issues/129
        [dominic/dune-perftool!277]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/277
      
      
      Closes #129
      2ff0ad9e
  14. Oct 25, 2018
Loading