Merge branch 'feature/cleaned-up-sumfac' into 'master'
Sum factorization! This is the new merge requests that supersedes both !42 and !45. Also bumps submodules in various places, as loopy has had a rough week. Also fixes #47, #20 . See merge request !47
Showing
- .gitmodules 3 additions, 0 deletions.gitmodules
- python/CMakeLists.txt 1 addition, 0 deletionspython/CMakeLists.txt
- python/cgen 1 addition, 0 deletionspython/cgen
- python/dune/perftool/generation/__init__.py 8 additions, 0 deletionspython/dune/perftool/generation/__init__.py
- python/dune/perftool/generation/backend.py 41 additions, 0 deletionspython/dune/perftool/generation/backend.py
- python/dune/perftool/generation/cache.py 10 additions, 10 deletionspython/dune/perftool/generation/cache.py
- python/dune/perftool/generation/counter.py 9 additions, 0 deletionspython/dune/perftool/generation/counter.py
- python/dune/perftool/generation/loopy.py 44 additions, 15 deletionspython/dune/perftool/generation/loopy.py
- python/dune/perftool/loopy/buffer.py 61 additions, 0 deletionspython/dune/perftool/loopy/buffer.py
- python/dune/perftool/loopy/stages.py 34 additions, 0 deletionspython/dune/perftool/loopy/stages.py
- python/dune/perftool/loopy/target.py 17 additions, 11 deletionspython/dune/perftool/loopy/target.py
- python/dune/perftool/pdelab/argument.py 3 additions, 3 deletionspython/dune/perftool/pdelab/argument.py
- python/dune/perftool/pdelab/driver.py 2 additions, 2 deletionspython/dune/perftool/pdelab/driver.py
- python/dune/perftool/pdelab/localoperator.py 6 additions, 0 deletionspython/dune/perftool/pdelab/localoperator.py
- python/dune/perftool/sumfact/__init__.py 1 addition, 1 deletionpython/dune/perftool/sumfact/__init__.py
- python/dune/perftool/sumfact/amatrix.py 74 additions, 18 deletionspython/dune/perftool/sumfact/amatrix.py
- python/dune/perftool/sumfact/sumfact.py 150 additions, 0 deletionspython/dune/perftool/sumfact/sumfact.py
- python/loopy 1 addition, 1 deletionpython/loopy
- python/pymbolic 1 addition, 1 deletionpython/pymbolic
- python/test/dune/perftool/generation/test_backend.py 35 additions, 0 deletionspython/test/dune/perftool/generation/test_backend.py
Loading
Please register or sign in to comment