Skip to content
Snippets Groups Projects
  1. May 07, 2021
  2. May 02, 2021
  3. Apr 27, 2021
  4. Apr 26, 2021
  5. Apr 21, 2021
    • Michael Kuron's avatar
      maskStore improvements · c331d24f
      Michael Kuron authored
      - fix the aligned version
      - make sure the test case is incommensurate with the vector width
      - implement a fallback for instruction sets that don't support it natively
      c331d24f
  6. Apr 20, 2021
  7. Apr 03, 2021
  8. Apr 02, 2021
  9. Apr 01, 2021
  10. Mar 31, 2021
  11. Mar 29, 2021
  12. Mar 03, 2021
  13. Feb 26, 2021
  14. Feb 23, 2021
  15. Feb 22, 2021
  16. Feb 18, 2021
  17. Feb 11, 2021
  18. Feb 10, 2021
  19. Feb 04, 2021
  20. Jan 29, 2021
  21. Jan 25, 2021
  22. Jan 11, 2021
  23. Dec 21, 2020
  24. Dec 09, 2020
  25. Dec 08, 2020
  26. Dec 06, 2020
  27. Nov 26, 2020
  28. Nov 18, 2020
  29. Nov 12, 2020
  30. Nov 11, 2020
  31. Oct 29, 2020
  32. Oct 13, 2020
  33. Oct 07, 2020
    • Frederik Hennig's avatar
      Fixes to shift_slice · a817ea2c
      Frederik Hennig authored and Markus Holzer's avatar Markus Holzer committed
      - `shift_slice` did not work for single slices as it always tried to
      iterate its argument
      - `shift_slice` returned lists of slices, but for accessing numpy
      arrays, tuples of slices are required
      a817ea2c