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

patch avx512 dispatch for 8bit_direct for PR 3853 #3871

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mengdilin
Copy link
Contributor

Summary:
Context in https://www.internalfb.com/diff/D62989543?dst_version_fbid=830141322266715&transaction_fbid=927659569187374

8bit_direct no longer has a huge regression https://www.internalfb.com/phabricator/paste/view/P1596996696 because we will branch to avx2 if d (size of the input vectors) is not a multiple of 32 but a multiple of 16.

Differential Revision: D62990470

mengdilin and others added 2 commits September 18, 2024 16:22
…oad the correct commit data.

Differential Revision: D62989543
Summary:
Context in https://www.internalfb.com/diff/D62989543?dst_version_fbid=830141322266715&transaction_fbid=927659569187374

8bit_direct no longer has a huge regression https://www.internalfb.com/phabricator/paste/view/P1596996696 because we will branch to avx2 if `d` (size of the input vectors) is not a multiple of 32 but a multiple of 16.

Differential Revision: D62990470
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62990470

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants