Skip to content
Snippets Groups Projects
  1. Aug 02, 2019
  2. Jul 18, 2019
  3. Jul 15, 2019
  4. Jul 12, 2019
  5. Jul 11, 2019
  6. Jul 10, 2019
  7. Jul 08, 2019
  8. Jul 03, 2019
    • Stephan Seitz's avatar
      Make subexpressions optional for constructing an AssignmentCollection · 05119269
      Stephan Seitz authored
      When introducing new people to pystencils it's often simpler not to
      differentiate between `main_assignments` and `subexpressions` in the
      beginning.
      Also for simple kernels subexpressions are often not needed, since
      intermediate symbols can also be set in main_assignments.
      
      Subexpression should be kept for expert users.
      05119269
  9. Jun 27, 2019
  10. Jun 18, 2019
    • Martin Bauer's avatar
      CUDA indexing: clip to maximum cuda block size · 1754ef27
      Martin Bauer authored
      - previous method did not work with kernels generated for walberla where
        block size changes are made at runtime
      - device query does not always work, since the compile system may have
        no GPU or not the same GPU
      -> max block size is passed as parameter and only optionally determined
         by a device query
      release/0.2.3
      1754ef27
  11. Jun 14, 2019
  12. Jun 12, 2019
  13. Jun 07, 2019
  14. May 29, 2019