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

Matrix Multiplication Improvements #1551

Merged
merged 20 commits into from
Jun 24, 2024
Merged

Matrix Multiplication Improvements #1551

merged 20 commits into from
Jun 24, 2024

Commits on Jun 12, 2024

  1. [matmul] work around object fifo bug; accumulate in float for verific…

    …ation; probabilistically verify beyond threshold size; add assertions and comments; improve verification output; add workaround comment for excessive program size
    andrej committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    154581b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08e404a View commit details
    Browse the repository at this point in the history
  3. [matmul] simplify verification

    andrej committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    74c59e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5af0e9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf43feb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2529d27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d76ce27 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f86e90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20349d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6544134 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c697459 View commit details
    Browse the repository at this point in the history
  12. [matmul] format

    andrej committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    07c029c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. [matmul] fix CI test errors

    andrej committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1dc7a6a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    ed9905a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    762d866 View commit details
    Browse the repository at this point in the history
  3. [matvec] use integers to avoid float errors; swap in scalar kernel fo…

    …r now to pass verification
    andrej committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cfe3bbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c254b41 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    df84e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8093cf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. format

    andrej committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    828b13d View commit details
    Browse the repository at this point in the history