Skip to content
Snippets Groups Projects
  1. Dec 07, 2018
  2. May 13, 2018
    • Martin Bauer's avatar
      Improved Vectorization · 501b2d7e
      Martin Bauer authored
      - support aligned load/stores
      - nontemporal stores
      - aligned memory allocation for arrays and temporary buffers
      501b2d7e
  3. Apr 27, 2018
  4. Apr 10, 2018
    • Martin Bauer's avatar
      PEP8 naming · 3bcfac93
      Martin Bauer authored
      3bcfac93
    • Martin Bauer's avatar
      pystencils: Assignment instead of sympy.Eq · 9f071fdd
      Martin Bauer authored
      - Previously sympy.Eq was used to represent assignments. However Eq
        represents equality not assignment. This means that sometimes sympy
        "simplified" an equation like a = a  to True,
      -> replaced sp.Eq by pystencils.Assignment everywhere
      - renamed EquationCollection to AssignmentCollection
      9f071fdd