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

[PyTorch] Propagate fp8 scale-inverse modification to GroupedLinear #1128

Merged
merged 13 commits into from
Sep 9, 2024

Commits on Aug 26, 2024

  1. propagate scale_inv modification to GroupedLinear

    Signed-off-by: Xin Yao <[email protected]>
    yaox12 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c6aff8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eba144 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. let grouped gemm support different input combinations

    Signed-off-by: Xin Yao <[email protected]>
    yaox12 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7b9ac33 View commit details
    Browse the repository at this point in the history
  2. fix type

    Signed-off-by: Xin Yao <[email protected]>
    yaox12 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e42a6d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    d9ec9c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    ef0145a View commit details
    Browse the repository at this point in the history
  2. add contiguous check

    Signed-off-by: Xin Yao <[email protected]>
    yaox12 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d7441f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb14f52 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    0e66aee View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    acd1120 View commit details
    Browse the repository at this point in the history
  2. use len() instead of isinstance

    Signed-off-by: Xin Yao <[email protected]>
    yaox12 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e8b4c01 View commit details
    Browse the repository at this point in the history
  3. fix ut

    Signed-off-by: Xin Yao <[email protected]>
    yaox12 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    09befbe View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    31b6ad6 View commit details
    Browse the repository at this point in the history