-
Notifications
You must be signed in to change notification settings - Fork 238
metal lowbit kernels: executorch ops #1322
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
metal lowbit kernels: executorch ops #1322
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1322
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 4351c41 with merge base 31234db ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D65957345 |
Summary: Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header. Integrates MPS delegate functions into lowbit.h Registers out variants for the ATen ops Registers ET ops Differential Revision: D65957345
734496d
to
b745c62
Compare
This pull request was exported from Phabricator. Differential Revision: D65957345 |
b745c62
to
e8ce3c3
Compare
Summary: Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header. Integrates MPS delegate functions into lowbit.h Registers out variants for the ATen ops Registers ET ops Differential Revision: D65957345
This pull request was exported from Phabricator. Differential Revision: D65957345 |
e8ce3c3
to
2554fe3
Compare
Summary: Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header. Integrates MPS delegate functions into lowbit.h Registers out variants for the ATen ops Registers ET ops Differential Revision: D65957345
This pull request was exported from Phabricator. Differential Revision: D65957345 |
Summary: Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header. Integrates MPS delegate functions into lowbit.h Registers out variants for the ATen ops Registers ET ops Differential Revision: D65957345
2554fe3
to
a313908
Compare
This pull request was exported from Phabricator. Differential Revision: D65957345 |
Summary: Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header. Integrates MPS delegate functions into lowbit.h Registers out variants for the ATen ops Registers ET ops Differential Revision: D65957345
a313908
to
ae2a977
Compare
This pull request was exported from Phabricator. Differential Revision: D65957345 |
* print non-existence image prompt * reformat
Summary: Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header. Integrates MPS delegate functions into lowbit.h Registers out variants for the ATen ops Registers ET ops Differential Revision: D65957345
ae2a977
to
ba3e3f9
Compare
This pull request was exported from Phabricator. Differential Revision: D65957345 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65957345 |
Summary: Pull Request resolved: pytorch#1322 Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header. Integrates MPS delegate functions into lowbit.h Registers out variants for the ATen ops Registers ET ops Differential Revision: D65957345
ba3e3f9
to
9daae6a
Compare
This pull request was exported from Phabricator. Differential Revision: D65957345 |
Summary: Pull Request resolved: pytorch#1322 Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header. Integrates MPS delegate functions into lowbit.h Registers out variants for the ATen ops Registers ET ops Differential Revision: D65957345
9daae6a
to
3dce2f3
Compare
Summary: Pull Request resolved: pytorch#1322 Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header. Integrates MPS delegate functions into lowbit.h Registers out variants for the ATen ops Registers ET ops Differential Revision: D65957345
3dce2f3
to
7b96c15
Compare
This pull request was exported from Phabricator. Differential Revision: D65957345 |
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.
Left a few comments
torchao/experimental/ops/mps/linear_fp_act_xbit_weight_executorch.mm
Outdated
Show resolved
Hide resolved
Did you forget to push commit? I see only one commit |
Summary: Pull Request resolved: pytorch#1322 Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header. Integrates MPS delegate functions into lowbit.h Registers out variants for the ATen ops Registers ET ops Differential Revision: D65957345
7b96c15
to
5e19377
Compare
This pull request was exported from Phabricator. Differential Revision: D65957345 |
Summary: Pull Request resolved: pytorch#1322 Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header. Integrates MPS delegate functions into lowbit.h Registers out variants for the ATen ops Registers ET ops Differential Revision: D65957345
5e19377
to
4351c41
Compare
This pull request was exported from Phabricator. Differential Revision: D65957345 |
Differential Revision: D65957345 Pull Request resolved: #1322
Summary:
Refactors kernels/mps/src/OperationUntils.h, moving MetalShaderLibrary into its own header.
Integrates MPS delegate functions into lowbit.h
Registers out variants for the ATen ops
Registers ET ops
Differential Revision: D65957345