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

Fix Op (scaled_dot_product_attention) | feat(torchlib) #1800

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

titaiwangms
Copy link
Contributor

@titaiwangms titaiwangms commented Aug 13, 2024

Fix #1799

Add an extra argument: enable_gqa to unblock the export.
The real implementation: #1802

@titaiwangms titaiwangms added the topic: torch_lib Related to the torch/aten function lib in development label Aug 13, 2024
Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.95%. Comparing base (87d7c4f) to head (9e18f7f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1800      +/-   ##
==========================================
- Coverage   75.07%   74.95%   -0.12%     
==========================================
  Files         248      248              
  Lines       26633    26635       +2     
  Branches     4887     4887              
==========================================
- Hits        19994    19964      -30     
- Misses       5699     5728      +29     
- Partials      940      943       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justinchuby justinchuby self-assigned this Aug 13, 2024
@justinchuby
Copy link
Collaborator

Copy link
Collaborator

@justinchuby justinchuby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM to unblock export

@titaiwangms titaiwangms enabled auto-merge (squash) August 13, 2024 22:21
@titaiwangms titaiwangms merged commit af69f4d into microsoft:main Aug 13, 2024
29 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: torch_lib Related to the torch/aten function lib in development
Projects
Development

Successfully merging this pull request may close these issues.

[torchlib] Update scaled_dot_product_attention function signature
2 participants