-
Notifications
You must be signed in to change notification settings - Fork 712
[ET-VK][ez] Add API to read value of SymInt andParamsBuffer
#5754
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
## Context This diff adds an API to read the value from a `SymInt`. This functionality will be useful because `SymInt`s may be needed to set tensor sizes, in addition to being used as arguments to shaders. Differential Revision: [D63642093](https://our.internmc.facebook.com/intern/diff/D63642093/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5754
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 16cb79a with merge base 0d96f75 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D63642093 |
…ffer`" ## Context This diff adds an API to read the value from a `SymInt`. This functionality will be useful because `SymInt`s may be needed to set tensor sizes, in addition to being used as arguments to shaders. Differential Revision: [D63642093](https://our.internmc.facebook.com/intern/diff/D63642093/) [ghstack-poisoned]
|
This pull request was exported from Phabricator. Differential Revision: D63642093 |
…ffer`" ## Context This diff adds an API to read the value from a `SymInt`. This functionality will be useful because `SymInt`s may be needed to set tensor sizes, in addition to being used as arguments to shaders. Differential Revision: [D63642093](https://our.internmc.facebook.com/intern/diff/D63642093/) [ghstack-poisoned]
|
This pull request was exported from Phabricator. Differential Revision: D63642093 |
|
This pull request has been merged in 9c38cf7. |
Stack from ghstack (oldest at bottom):
SymIntandParamsBuffer#5754virtual_cloneAPI to support view of view use cases + fix synchronization hazard with view tensors #5753Context
This diff adds an API to read the value from a
SymInt. This functionality will be useful becauseSymInts may be needed to set tensor sizes, in addition to being used as arguments to shaders.Differential Revision: D63642093