-
Notifications
You must be signed in to change notification settings - Fork 607
Add transfer shaders for buffer storage tensors #3684
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/3684
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f4a3a6a with merge base ce751fc ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D57577019 |
Summary: ## Context Add transfer shaders for tensors that use buffer storage, in preparation for quantization support. Differential Revision: D57577019
This pull request was exported from Phabricator. Differential Revision: D57577019 |
Summary: ## Context Add transfer shaders for tensors that use buffer storage, in preparation for quantization support. Differential Revision: D57577019
This pull request was exported from Phabricator. Differential Revision: D57577019 |
Summary: ## Context Add transfer shaders for tensors that use buffer storage, in preparation for quantization support. Differential Revision: D57577019
This pull request was exported from Phabricator. Differential Revision: D57577019 |
Summary: ## Context Add transfer shaders for tensors that use buffer storage, in preparation for quantization support. Differential Revision: D57577019
This pull request was exported from Phabricator. Differential Revision: D57577019 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D57577019 |
Summary: Pull Request resolved: pytorch#3684 ## Context Add support for tensors that use buffer storage, in preparation for quantization support. For more context, the initial versions of quantized operators will target buffer based tensors. This is because the primary use-case is LLMs, which may contain tensors that may exceed the texture limits. Differential Revision: D57577019
This pull request was exported from Phabricator. Differential Revision: D57577019 |
Summary: Pull Request resolved: pytorch#3684 ## Context Add support for tensors that use buffer storage, in preparation for quantization support. For more context, the initial versions of quantized operators will target buffer based tensors. This is because the primary use-case is LLMs, which may contain tensors that may exceed the texture limits. Differential Revision: D57577019
This pull request was exported from Phabricator. Differential Revision: D57577019 |
Summary: Pull Request resolved: pytorch#3684 ## Context Add support for tensors that use buffer storage, in preparation for quantization support. For more context, the initial versions of quantized operators will target buffer based tensors. This is because the primary use-case is LLMs, which may contain tensors that may exceed the texture limits. Differential Revision: D57577019
This pull request was exported from Phabricator. Differential Revision: D57577019 |
Summary: Pull Request resolved: pytorch#3684 ## Context Add support for tensors that use buffer storage, in preparation for quantization support. For more context, the initial versions of quantized operators will target buffer based tensors. This is because the primary use-case is LLMs, which may contain tensors that may exceed the texture limits. Differential Revision: D57577019
This pull request was exported from Phabricator. Differential Revision: D57577019 |
Summary: Pull Request resolved: pytorch#3684 ## Context Add support for tensors that use buffer storage, in preparation for quantization support. For more context, the initial versions of quantized operators will target buffer based tensors. This is because the primary use-case is LLMs, which may contain tensors that may exceed the texture limits. Differential Revision: D57577019
This pull request was exported from Phabricator. Differential Revision: D57577019 |
Summary: Pull Request resolved: pytorch#3684 ## Context Add support for tensors that use buffer storage, in preparation for quantization support. For more context, the initial versions of quantized operators will target buffer based tensors. This is because the primary use-case is LLMs, which may contain tensors that may exceed the texture limits. Differential Revision: D57577019
This pull request was exported from Phabricator. Differential Revision: D57577019 |
Summary: Pull Request resolved: pytorch#3684 ## Context Add support for tensors that use buffer storage, in preparation for quantization support. For more context, the initial versions of quantized operators will target buffer based tensors. This is because the primary use-case is LLMs, which may contain tensors that may exceed the texture limits. Reviewed By: yipjustin Differential Revision: D57577019
Summary: Pull Request resolved: pytorch#3684 ## Context Add support for tensors that use buffer storage, in preparation for quantization support. For more context, the initial versions of quantized operators will target buffer based tensors. This is because the primary use-case is LLMs, which may contain tensors that may exceed the texture limits. Reviewed By: yipjustin Differential Revision: D57577019
This pull request was exported from Phabricator. Differential Revision: D57577019 |
This pull request has been merged in 2d48cdc. |
Summary:
Context
Add transfer shaders for tensors that use buffer storage, in preparation for quantization support.
Differential Revision: D57577019