-
Notifications
You must be signed in to change notification settings - Fork 608
Update namespace from at::native::vulkan to vkcompute #2798
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2798
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit bc73eb4 with merge base 6965120 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Warning: Unknown label
Please add the new label to .github/pytorch-probot.yml |
This pull request was exported from Phabricator. Differential Revision: D55608083 |
Summary: Pull Request resolved: pytorch#2798 ## Context The previous change in the stack forks the Vulkan Compute API into the ExecuTorch directory. Now that there is no longer any dependency on ATen-Vulkan, the `at::native::vulkan` namespace is deprecated in favor of `vkcompute`. Reviewed By: jorgep31415 Differential Revision: D55608083
This pull request was exported from Phabricator. Differential Revision: D55608083 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D55608083 |
Summary: Pull Request resolved: pytorch#2798 ## Context The previous change in the stack forks the Vulkan Compute API into the ExecuTorch directory. Now that there is no longer any dependency on ATen-Vulkan, the `at::native::vulkan` namespace is deprecated in favor of `vkcompute`. Reviewed By: jorgep31415 Differential Revision: D55608083
This pull request was exported from Phabricator. Differential Revision: D55608083 |
Summary: Pull Request resolved: pytorch#2798 ## Context The previous change in the stack forks the Vulkan Compute API into the ExecuTorch directory. Now that there is no longer any dependency on ATen-Vulkan, the `at::native::vulkan` namespace is deprecated in favor of `vkcompute`. Reviewed By: jorgep31415 Differential Revision: D55608083
This pull request was exported from Phabricator. Differential Revision: D55608083 |
Summary: Pull Request resolved: pytorch#2798 ## Context The previous change in the stack forks the Vulkan Compute API into the ExecuTorch directory. Now that there is no longer any dependency on ATen-Vulkan, the `at::native::vulkan` namespace is deprecated in favor of `vkcompute`. bypass-github-export-checks Reviewed By: jorgep31415 Differential Revision: D55608083
This pull request was exported from Phabricator. Differential Revision: D55608083 |
Summary: Pull Request resolved: pytorch#2798 ## Context The previous change in the stack forks the Vulkan Compute API into the ExecuTorch directory. Now that there is no longer any dependency on ATen-Vulkan, the `at::native::vulkan` namespace is deprecated in favor of `vkcompute`. bypass-github-export-checks Reviewed By: jorgep31415 Differential Revision: D55608083
Summary: Pull Request resolved: pytorch#2798 ## Context The previous change in the stack forks the Vulkan Compute API into the ExecuTorch directory. Now that there is no longer any dependency on ATen-Vulkan, the `at::native::vulkan` namespace is deprecated in favor of `vkcompute`. bypass-github-export-checks Reviewed By: jorgep31415 Differential Revision: D55608083
This pull request was exported from Phabricator. Differential Revision: D55608083 |
Differential Revision: D55607115
Summary: Pull Request resolved: pytorch#2798 ## Context The previous change in the stack forks the Vulkan Compute API into the ExecuTorch directory. Now that there is no longer any dependency on ATen-Vulkan, the `at::native::vulkan` namespace is deprecated in favor of `vkcompute`. bypass-github-export-checks Reviewed By: jorgep31415 Differential Revision: D55608083
This pull request was exported from Phabricator. Differential Revision: D55608083 |
This pull request has been merged in c06c89f. |
Summary:
Context
The previous change in the stack forks the Vulkan Compute API into the ExecuTorch directory. Now that there is no longer any dependency on ATen-Vulkan, the
at::native::vulkan
namespace is deprecated in favor ofvkcompute
.Differential Revision: D55608083