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

[Bugfix] Fix bias for 0-dim tensors in gemm #1246

Merged
merged 5 commits into from
Oct 17, 2024
Merged

Commits on Oct 15, 2024

  1. fix bias for 0-dim tensor

    Signed-off-by: Xin Yao <[email protected]>
    yaox12 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3fe8543 View commit details
    Browse the repository at this point in the history
  2. add check

    Signed-off-by: Xin Yao <[email protected]>
    yaox12 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8035717 View commit details
    Browse the repository at this point in the history
  3. use numel() instead of nullptr

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

Commits on Oct 16, 2024

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

Commits on Oct 17, 2024

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