Skip to content
Snippets Groups Projects
  1. Nov 14, 2018
    • Martin Bauer's avatar
      Pass field information (shape,stride) as single elements instead of arr · 7a94740d
      Martin Bauer authored
      - small (length < 5) arrays with shape and stride information had to be
        memcpy'd to the GPU before every kernel call
      - instead of passing the information as arrays, the single elements are
        passed
      - leads to more function arguments, but simplifies GPU kernel calls
      
      -> changes in all backends required
      7a94740d
  2. May 14, 2018
  3. Apr 13, 2018
  4. Apr 10, 2018
  5. 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
  6. Oct 24, 2017
  7. Oct 17, 2017
  8. Oct 13, 2017
  9. Oct 11, 2017
  10. Oct 10, 2017
  11. Mar 19, 2017
  12. Mar 13, 2017
  13. Mar 10, 2017
  14. Mar 02, 2017
  15. Dec 16, 2016
  16. Dec 15, 2016
  17. Dec 08, 2016
  18. Nov 16, 2016
  19. Nov 15, 2016
  20. Nov 10, 2016