[!314] Performance measuring with likwid
Merge branch 'feature/likwid-performance-measuring' into 'master' ref:extensions/dune-codegen This aims to enable performance measuring with likwid. Currently on instrumentation levels \<= 3 are supported. Additionally, executables with likwid instrumentation need to be linked against likwid and I'm not sure how to achieve that. See merge request [extensions/dune-codegen!314] [extensions/dune-codegen!314]: gitlab.dune-project.org/extensions/dune-codegen/merge_requests/314
No related branches found
No related tags found
Showing
- cmake/modules/DuneCodegenMacros.cmake 4 additions, 0 deletionscmake/modules/DuneCodegenMacros.cmake
- cmake/modules/Findlikwid.cmake 104 additions, 0 deletionscmake/modules/Findlikwid.cmake
- python/dune/codegen/generation/__init__.py 1 addition, 0 deletionspython/dune/codegen/generation/__init__.py
- python/dune/codegen/generation/cpp.py 5 additions, 0 deletionspython/dune/codegen/generation/cpp.py
- python/dune/codegen/loopy/transformations/instrumentation.py 20 additions, 18 deletionspython/dune/codegen/loopy/transformations/instrumentation.py
- python/dune/codegen/options.py 1 addition, 0 deletionspython/dune/codegen/options.py
- python/dune/codegen/pdelab/driver/__init__.py 15 additions, 10 deletionspython/dune/codegen/pdelab/driver/__init__.py
- python/dune/codegen/pdelab/driver/error.py 1 addition, 2 deletionspython/dune/codegen/pdelab/driver/error.py
- python/dune/codegen/pdelab/driver/solve.py 2 additions, 17 deletionspython/dune/codegen/pdelab/driver/solve.py
- python/dune/codegen/pdelab/driver/timings.py 135 additions, 76 deletionspython/dune/codegen/pdelab/driver/timings.py
- python/dune/codegen/pdelab/localoperator.py 50 additions, 10 deletionspython/dune/codegen/pdelab/localoperator.py
Loading
Please register or sign in to comment