Skip to content
Snippets Groups Projects
  1. Jan 18, 2018
  2. Jan 11, 2018
    • Martin Bauer's avatar
      pystencils cleanup · c598dc78
      Martin Bauer authored
      - single function to create kernel for specified target
      - data type creation from string - reuse numpy functionality
      - bugfixes in dot display
      c598dc78
  3. Oct 10, 2017
  4. Sep 26, 2017
  5. 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
  6. Apr 24, 2017
  7. Apr 21, 2017
  8. Apr 15, 2017
  9. Mar 24, 2017
  10. Mar 16, 2017
  11. 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
  12. Feb 21, 2017
  13. Feb 09, 2017
  14. Dec 15, 2016
  15. Dec 08, 2016
  16. Nov 21, 2016
  17. Nov 17, 2016
  18. Nov 09, 2016
  19. Nov 08, 2016
  20. Nov 04, 2016
    • Martin Bauer's avatar
      Sliced iteration · 411af476
      Martin Bauer authored
      - LoopOverDomain changed to be able to loop over rectangular sub-region of field
      - support for slicing with makeSlice
      411af476
  21. Nov 03, 2016