Skip to content
Snippets Groups Projects
  1. Dec 07, 2018
  2. Nov 14, 2018
  3. Oct 29, 2018
  4. Oct 26, 2018
  5. Oct 10, 2018
  6. Jul 25, 2018
  7. Jun 20, 2018
  8. Jun 15, 2018
  9. Jun 14, 2018
  10. Jun 13, 2018
  11. Jun 12, 2018
  12. 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
  13. Jun 05, 2018
  14. May 28, 2018
  15. May 17, 2018
  16. May 14, 2018
  17. 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
  18. 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
  19. Apr 30, 2018
  20. Apr 28, 2018
  21. Apr 27, 2018
  22. Apr 20, 2018
  23. Apr 13, 2018
  24. Apr 10, 2018
  25. Feb 06, 2018
    • Martin Bauer's avatar
      LB creation functions: more flexibility · 4e7953f5
      Martin Bauer authored
      - now an lbMethod or updateRule can be passed in directly
      - made method/update rule/ast function independent i.e. no function
        uses the same parameters as on of the others
      4e7953f5