Skip to content
Snippets Groups Projects
  1. Mar 18, 2019
  2. Jan 24, 2019
  3. Oct 26, 2018
  4. Oct 10, 2018
  5. Jun 05, 2018
  6. May 17, 2018
  7. May 14, 2018
  8. 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
  9. 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
  10. Apr 27, 2018
  11. Apr 13, 2018
  12. Apr 10, 2018
  13. Oct 17, 2017
  14. Oct 10, 2017
  15. 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