Skip to content
Snippets Groups Projects
  1. Nov 20, 2018
  2. Nov 16, 2018
    • Martin Bauer's avatar
      Fix for LB collide only step · d5373ec8
      Martin Bauer authored
      - sweep updates pdf field in place, but does not load all the values
        before overwriting them
      -> added a new transformation on AssignmentCollection that loads all
         read values first
      d5373ec8
  3. Nov 13, 2018
    • Dominik Ernst's avatar
      GPU Liveness Optimization · 940915cf
      Dominik Ernst authored and Martin Bauer's avatar Martin Bauer committed
      Transformations on the Sympy equation level, that aim to reduce the amount of registers the Compiler needs. Primarily aimed at GPUs. The function livenessOptTransformation is a sequence of three sub transformations, which has been determined by a genetic optimization algorithm.
      The file test_liveness_opts.py is a simple code that performs the transformation and tests whether the resulting equations are still generatable and compilable. Numerical results are not checked.
      940915cf
  4. Sep 17, 2018
  5. Apr 30, 2018
  6. Apr 27, 2018