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

Add new batch_gemm types #466

Merged
merged 30 commits into from
Jun 24, 2024

Commits on Jun 5, 2024

  1. Add new interface

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    52fced1 View commit details
    Browse the repository at this point in the history
  2. Add new dtype testing for gemm_batch

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9cb6155 View commit details
    Browse the repository at this point in the history
  3. Add new gemm_batch dtypes to cuBlas

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1cd303e View commit details
    Browse the repository at this point in the history
  4. Add new gemm_batch dtypes to rocBlas

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6fd86c8 View commit details
    Browse the repository at this point in the history
  5. Add new gemm_batch dtypes to mklcpu/gpu

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    02af09c View commit details
    Browse the repository at this point in the history
  6. Add gemm_batch dtypes (unimplemented)

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    76d93d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07a727b View commit details
    Browse the repository at this point in the history
  8. Fix typo

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    58a667a View commit details
    Browse the repository at this point in the history
  9. Fix spelling

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9aac33b View commit details
    Browse the repository at this point in the history
  10. Change naming convention

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f468f2b View commit details
    Browse the repository at this point in the history
  11. Update tests

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6b45b0c View commit details
    Browse the repository at this point in the history
  12. Add more descriptive throw

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0a198be View commit details
    Browse the repository at this point in the history
  13. Clang-foramt

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f9d2b85 View commit details
    Browse the repository at this point in the history
  14. Fix allocator msitake

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a4d7916 View commit details
    Browse the repository at this point in the history
  15. Add check matrix instantiation

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f0e3004 View commit details
    Browse the repository at this point in the history
  16. Add src/include to rocBlas include path

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e83fa1e View commit details
    Browse the repository at this point in the history
  17. Increase tolerancing for int8_t inputs

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2f5fa02 View commit details
    Browse the repository at this point in the history
  18. Change test names

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bcc3a29 View commit details
    Browse the repository at this point in the history
  19. Rename error_helper to dtype_string

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5963b39 View commit details
    Browse the repository at this point in the history
  20. Disable int8, gemm_batch for cublas

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6a3860f View commit details
    Browse the repository at this point in the history
  21. Make check_equal_matrix static

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a00af3e View commit details
    Browse the repository at this point in the history
  22. Format dtype_string

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6588324 View commit details
    Browse the repository at this point in the history
  23. Set gemm_batch int8, float to unimplemented

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3641906 View commit details
    Browse the repository at this point in the history
  24. Add exceptions header

    Aidan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7dee1c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Remove check_equal_matrix specialization

    Aidan committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c31b635 View commit details
    Browse the repository at this point in the history
  2. Remove static/inline

    Aidan committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    28e098a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. refactor almost_equal_matrix check

    Aidan committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b7a650f View commit details
    Browse the repository at this point in the history
  2. Remove static

    Aidan committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a7b21c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Fix int32_t check

    Aidan committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ead997f View commit details
    Browse the repository at this point in the history
  2. Pass error_mag through all functions

    Aidan committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    164ed6e View commit details
    Browse the repository at this point in the history