Skip to content
Snippets Groups Projects
  1. Mar 18, 2019
  2. Mar 15, 2019
  3. Feb 26, 2019
    • Martin Bauer's avatar
      Random number generation support for pystencils · 6a01f3e2
      Martin Bauer authored
      - counter-based philox RNG: counter/key is filled with cell coordinate
        and optional external parameters like block position and time step
      - works on CPU and GPU - on CPU only for non-vectorized versions
      
      - introduced more flexible "CustomCodeNode" that can inject
        backend-specific hand-written code
      6a01f3e2
  4. Feb 18, 2019
  5. Jan 24, 2019
  6. Dec 07, 2018
  7. Nov 14, 2018
  8. Oct 29, 2018
  9. Oct 26, 2018
  10. Oct 10, 2018
  11. Jul 25, 2018
  12. Jun 20, 2018
  13. Jun 15, 2018
  14. Jun 14, 2018
  15. Jun 13, 2018
  16. Jun 12, 2018
  17. Jun 07, 2018
    • Martin Bauer's avatar
      pystencils field · 8ca5e2fb
      Martin Bauer authored
      - better latex display for indirect accesses
      - new field type 'custom': only custom fields can be accessed indirectly
        no static bounds check possible for custom fields
      8ca5e2fb
  18. Jun 05, 2018
  19. May 28, 2018
  20. May 17, 2018
  21. May 14, 2018
  22. 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
  23. May 11, 2018
    • Martin Bauer's avatar
      Generalized vectorization · 57a3c27e
      Martin Bauer authored
      - vectorization for loops with ranges that are not a multiple of vector width
      - vectorization for variable sized loops if special transformation
        replace_inner_stride_with_one is run
      57a3c27e
  24. Apr 30, 2018
  25. Apr 28, 2018
  26. Apr 27, 2018
  27. Apr 20, 2018
  28. Apr 13, 2018
  29. Apr 10, 2018