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

e2e matmul test improvements #18725

Merged
merged 11 commits into from
Oct 9, 2024
Merged

e2e matmul test improvements #18725

merged 11 commits into from
Oct 9, 2024

Commits on Oct 8, 2024

  1. Add default shapes set, combining small and large

    Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
    bjacob committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fe9afbc View commit details
    Browse the repository at this point in the history
  2. Enable dynamic sizes in large shapes, leaving only gpu_large_aligned out

    Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
    bjacob committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    10f7e0d View commit details
    Browse the repository at this point in the history
  3. rename gpu_large_aligned -> easy_large_static

    Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
    bjacob committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    caee174 View commit details
    Browse the repository at this point in the history
  4. fold gpu_large into large and tolerate fuzzy bf16 accumulators

    Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
    bjacob committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1987482 View commit details
    Browse the repository at this point in the history
  5. use default shapes and reenable sanitizers

    Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
    bjacob committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    edc92c6 View commit details
    Browse the repository at this point in the history
  6. enable default shapes for most rocm tests

    Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
    bjacob committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dde7a8e View commit details
    Browse the repository at this point in the history
  7. undo shape changes on wmma/rdna3

    Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
    bjacob committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2b71b7a View commit details
    Browse the repository at this point in the history
  8. reapply renaming

    Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
    bjacob committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6eea60a View commit details
    Browse the repository at this point in the history
  9. reinstate easy_large_static in one more rdna3 test

    Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
    bjacob committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    17df05f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. funkify shapes

    Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
    bjacob committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    604ce0d View commit details
    Browse the repository at this point in the history
  2. even more bf16-accumulation relaxation

    Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
    bjacob committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    654c4c3 View commit details
    Browse the repository at this point in the history