Skip to content

Conversation

Chillee
Copy link
Collaborator

@Chillee Chillee commented Mar 10, 2023

@pytorch-bot
Copy link

pytorch-bot bot commented Mar 10, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/96565

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 7c539e5:
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@Chillee Chillee requested a review from drisspg March 11, 2023 02:26
@ezyang ezyang removed their request for review March 12, 2023 23:30
b, h, s, d = query_shape
_b2, _h2, s2, _d2 = key_shape
_b3, _h3, _s3, _d3 = grad_out_shape
assert b == _b2 == _b3 and h == _h2 == _h3 and d == _d2 == _d3
Copy link
Contributor

Choose a reason for hiding this comment

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

V can have a different embed dim from q,k and mem efficient supports that

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh ok.

Copy link
Contributor

@zdevito zdevito left a comment

Choose a reason for hiding this comment

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

Formatting changes look good. I didn't check the sdpa formula.

@Chillee
Copy link
Collaborator Author

Chillee commented Mar 13, 2023

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Mar 13, 2023
@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 23, 2023
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 27, 2023
@facebook-github-bot facebook-github-bot deleted the gh/chillee/196/head branch June 8, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk Trigger trunk jobs on your pull request Merged topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants