Skip to content
Snippets Groups Projects
  1. Nov 02, 2017
  2. Oct 23, 2017
  3. Oct 17, 2017
  4. Oct 11, 2017
  5. Oct 10, 2017
  6. Oct 09, 2017
    • Martin Bauer's avatar
      Vectorization & Type system overhaul · ea847bc5
      Martin Bauer authored
      - first vectorization tests are running
      - type system: use memoized getTypeOfExpression
      - casts are done using sp.Function('cast')
      - C backend adapted for vectorization support
      - AST nodes can required optional headers
      ea847bc5
  7. Sep 26, 2017
  8. Aug 11, 2017
  9. Jul 21, 2017
  10. Jul 01, 2017
    • Martin Bauer's avatar
      Kerncraft coupling · 3b4deebe
      Martin Bauer authored
      - pystencils can create now a non-compilable kernel that can be
        analyzed by kerncraft
      3b4deebe
  11. Jun 09, 2017
  12. Mar 20, 2017
  13. Mar 19, 2017
  14. Mar 16, 2017
  15. Mar 14, 2017
    • Martin Bauer's avatar
      pystencils: fields can now contain structs · ec3faf51
      Martin Bauer authored
      - this extension is necessary for more generic boundary treatment
      - cells can now be structs, i.e. contain different data types
      - instead of having numeric index dimensions, one can use the index per cell to adress struct elements
      ec3faf51
  16. Mar 13, 2017
    • Martin Bauer's avatar
      pystencils: Cleaned up type system · c8b455fe
      Martin Bauer authored
      - use data type class consistently instead of strings (in TypedSymbol, Field and jit module)
      - new datatype class is based on numpy types with additional specifier information (const and restrict)
      - translation between data type class and other modules (numpy, ctypes)
      c8b455fe
  17. Mar 10, 2017
  18. Mar 02, 2017
  19. Mar 01, 2017
    • Martin Bauer's avatar
      pystencils: cpujit · dd17cd30
      Martin Bauer authored
      - windows support
      - automatic caching and creation of shared library with all generated kernels
      - restrict keyword and function prefixes are preprocessor macros now -> easier to generate one code for linux, cuda, windows
      dd17cd30
  20. Feb 23, 2017
  21. Feb 14, 2017
  22. Dec 15, 2016
  23. Dec 08, 2016
  24. Nov 21, 2016
  25. Nov 14, 2016
  26. Nov 02, 2016