Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Generation for Matrix Multiplication #653

Merged
merged 41 commits into from
Apr 30, 2024

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    aa65b45 View commit details
    Browse the repository at this point in the history
  2. matmul tiled as blog

    resting-dove authored and philipportner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8624b6f View commit details
    Browse the repository at this point in the history
  3. Set optimizer level 3

    resting-dove authored and philipportner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1a6fefb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2803904 View commit details
    Browse the repository at this point in the history
  5. SumAll could not be lowered for single floats. Thus rely on daphne ke…

    …rnels instead of CodeGen, except for MatMul
    resting-dove authored and philipportner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ac73661 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0be2141 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2ac409 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1528eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68e7718 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f896955 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    acba555 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1749e6b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ddc0fff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6161030 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0dcbc6c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7dc051c View commit details
    Browse the repository at this point in the history
  17. Enable lower-mm in daphne-opt

    resting-dove authored and philipportner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8b8155b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    aa4177a View commit details
    Browse the repository at this point in the history
  19. Unit tests for Vectorization

    resting-dove authored and philipportner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8167f02 View commit details
    Browse the repository at this point in the history
  20. Unit tests for Matmul accuracy

    resting-dove authored and philipportner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    928c76a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3250ce8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    725e69b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    62213ac View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3b67afd View commit details
    Browse the repository at this point in the history
  25. Formatted the MatMulLowering

    resting-dove authored and philipportner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b4f72aa View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a9a7636 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    70e82e0 View commit details
    Browse the repository at this point in the history
  28. remove unnecessary scope

    resting-dove authored and philipportner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8ab1b2b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a689d53 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9dfb83c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b23f02c View commit details
    Browse the repository at this point in the history
  32. SumAgg tests for integer types

    resting-dove authored and philipportner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e682dc4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    861581f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a4bde1b View commit details
    Browse the repository at this point in the history
  35. non square matmul tests

    resting-dove authored and philipportner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b528810 View commit details
    Browse the repository at this point in the history
  36. Update documentation

    resting-dove authored and philipportner committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6dc4dfa View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    78e9047 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    6259fef View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    8b6f33a View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    1b9b935 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    487745b View commit details
    Browse the repository at this point in the history