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

[AI Accelerators] Update torch.nn.functional multi_head_attention_forward(). Add pastpath #88912

Closed
wants to merge 22 commits into from

Commits on Nov 11, 2022

  1. add fastpath run in functional multiheadattn

    Olga Gerasimova committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1a89581 View commit details
    Browse the repository at this point in the history
  2. pull from master, merge activation

    Olga Gerasimova committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    86ec287 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    736d597 View commit details
    Browse the repository at this point in the history
  2. add null check in_proj, out_proj

    Olga Gerasimova committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2d44588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b55b16d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    957c79c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ada67e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b42f855 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ee3da1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccbd4dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f830d7f View commit details
    Browse the repository at this point in the history
  10. merge from master

    ynonaolga committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ee378ee View commit details
    Browse the repository at this point in the history
  11. _merge_masks

    ynonaolga committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    fb355b0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00f1a76 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    0ff1305 View commit details
    Browse the repository at this point in the history
  2. cast optional to tensor

    ynonaolga committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    d840579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d2bc5c View commit details
    Browse the repository at this point in the history
  4. casting Optional as Tensor

    ynonaolga committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    06cb1a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    bcf4e28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9854d6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8bb397 View commit details
    Browse the repository at this point in the history
  4. removed cast import

    ynonaolga committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    00b7ca7 View commit details
    Browse the repository at this point in the history