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

Implement einstein summation notation kernel for 2 input arguments #200

Merged
merged 9 commits into from
Oct 1, 2024

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    227f8c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa79dc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b293169 View commit details
    Browse the repository at this point in the history
  4. Replace instances of torch.einsum with ops.einsum_2args for compatibi…

    …lity with other tensor types.
    KyleHerndon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    993466e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Fix bad marge

    KyleHerndon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2463b2b View commit details
    Browse the repository at this point in the history
  2. Fix trailing whitespace

    KyleHerndon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fa22631 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66452d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    4a3bd63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddf3d77 View commit details
    Browse the repository at this point in the history