-
Notifications
You must be signed in to change notification settings - Fork 533
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
Add sweep_utils.py script to tune heuristics #3656
Conversation
This pull request was exported from Phabricator. Differential Revision: D68786295 |
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Summary: X-link: facebookresearch/FBGEMM#732 As title. heuristics tuning scripts for `bf16_fast_gemv` currently the script needs a manual hack to update the kernel for passing in block dims to work. see comments in the code. Reviewed By: ipiszy Differential Revision: D68786295
eb67387
to
12f4ac4
Compare
This pull request was exported from Phabricator. Differential Revision: D68786295 |
Summary: X-link: facebookresearch/FBGEMM#732 As title. heuristics tuning scripts for `bf16_fast_gemv` currently the script needs a manual hack to update the kernel for passing in block dims to work. see comments in the code. Reviewed By: ipiszy Differential Revision: D68786295
12f4ac4
to
f9bd5ce
Compare
Summary: X-link: facebookresearch/FBGEMM#732 As title. heuristics tuning scripts for `bf16_fast_gemv` currently the script needs a manual hack to update the kernel for passing in block dims to work. see comments in the code. Reviewed By: ipiszy Differential Revision: D68786295
f9bd5ce
to
b61d5c4
Compare
This pull request was exported from Phabricator. Differential Revision: D68786295 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D68786295 |
Summary: X-link: facebookresearch/FBGEMM#732 As title. heuristics tuning scripts for `bf16_fast_gemv` currently the script needs a manual hack to update the kernel for passing in block dims to work. see comments in the code. Reviewed By: ipiszy Differential Revision: D68786295
b61d5c4
to
fc34308
Compare
This pull request was exported from Phabricator. Differential Revision: D68786295 |
Summary: X-link: facebookresearch/FBGEMM#732 As title. heuristics tuning scripts for `bf16_fast_gemv` currently the script needs a manual hack to update the kernel for passing in block dims to work. see comments in the code. Reviewed By: ipiszy Differential Revision: D68786295
fc34308
to
fd3b3a3
Compare
This pull request was exported from Phabricator. Differential Revision: D68786295 |
This pull request has been merged in dced756. |
Summary:
As title. heuristics tuning scripts for
fp16_fast_gemv
currently the script needs a manual hack to update the kernel for passing in block dims to work. see comments in the code.
Reviewed By: ipiszy
Differential Revision: D68786295