-
Notifications
You must be signed in to change notification settings - Fork 333
[CPU] Support int8 scaled embedding bag #2938
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
base: main
Are you sure you want to change the base?
[CPU] Support int8 scaled embedding bag #2938
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/2938
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 93434f5 with merge base ffabe80 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
As FYI, this PR conflicts with #2940, which is being landed from Phabricator right now |
@@ -11,19 +11,55 @@ namespace torchao { | |||
namespace { | |||
|
|||
#if defined(CPU_CAPABILITY_AVX512) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this file to torchao/csrc/cpu/aten_kernels
No description provided.