- 
                Notifications
    You must be signed in to change notification settings 
- Fork 706
Slightly improving 4 bit mat mul performance through better engage ALU pipes by splitting uint to float conversion operation. #15447
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?
Conversation
| 🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15447
 Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit ff1b33a with merge base 7bd34b8 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. | 
| @trivedivivek has exported this pull request. If you are a Meta employee, you can view the originating Diff in D85779855. | 
…U pipes by splitting uint to float conversion operation. (pytorch#15447) Summary: This diff makes a slight improvement to the performance of 4-bit matrix multiplication by better utilizing the ALU pipes. This is achieved by splitting the `uint` to `float` conversion operation. Differential Revision: D85779855
9db3ed8    to
    35be9f2      
    Compare
  
    …U pipes by splitting uint to float conversion operation. (pytorch#15447) Summary: This diff makes a slight improvement to the performance of 4-bit matrix multiplication by better utilizing the ALU pipes. This is achieved by splitting the `uint` to `float` conversion operation. Differential Revision: D85779855
35be9f2    to
    88efba0      
    Compare
  
    Summary: This diff fixes a regression in the 8-bit quantized matrix multiplication operation, by reducing number of columns processed to 1 instead of 2 as before. Differential Revision: D85767668
…U pipes by splitting uint to float conversion operation. (pytorch#15447) Summary: This diff makes a slight improvement to the performance of 4-bit matrix multiplication by better utilizing the ALU pipes. This is achieved by splitting the `uint` to `float` conversion operation. Differential Revision: D85779855
88efba0    to
    ff1b33a      
    Compare
  
    …U pipes by splitting uint to float conversion operation. (pytorch#15447) Summary: This diff makes a slight improvement to the performance of 4-bit matrix multiplication by better utilizing the ALU pipes. This is achieved by splitting the `uint` to `float` conversion operation. Differential Revision: D85779855
Summary: This diff makes a slight improvement to the performance of 4-bit matrix multiplication by better utilizing the ALU pipes. This is achieved by splitting the
uinttofloatconversion operation.Differential Revision: D85779855