-
Notifications
You must be signed in to change notification settings - Fork 607
[ET-VK] Create containers/
folder in api/
#4181
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
``` find . -type f -exec sed -i 's/api\/Tensor/api\/containers\/Tensor/g' {} + find . -type f -exec sed -i 's/api\/ParamsBuffer/api\/containers\/ParamsBuffer/g' {} + find . -type f -exec sed -i 's/api\/StorageBuffer/api\/containers\/StorageBuffer/g' {} + ``` Differential Revision: [D59527912](https://our.internmc.facebook.com/intern/diff/D59527912/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/4181
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit f2cb94f with merge base bdbfcc6 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D59527912 |
``` find . -type f -exec sed -i 's/api\/Tensor/api\/containers\/Tensor/g' {} + find . -type f -exec sed -i 's/api\/ParamsBuffer/api\/containers\/ParamsBuffer/g' {} + find . -type f -exec sed -i 's/api\/StorageBuffer/api\/containers\/StorageBuffer/g' {} + ``` Differential Revision: [D59527912](https://our.internmc.facebook.com/intern/diff/D59527912/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D59527912 |
This pull request has been merged in d93176a. |
Pull Request resolved: pytorch/executorch#4181 ``` find . -type f -exec sed -i 's/api\/Tensor/api\/containers\/Tensor/g' {} + find . -type f -exec sed -i 's/api\/ParamsBuffer/api\/containers\/ParamsBuffer/g' {} + find . -type f -exec sed -i 's/api\/StorageBuffer/api\/containers\/StorageBuffer/g' {} + ``` ghstack-source-id: 233085712 @exported-using-ghexport Differential Revision: [D59527912](https://our.internmc.facebook.com/intern/diff/D59527912/)
Stack from ghstack (oldest at bottom):
PhysicalDevice
/DeviceHandle
fromAdapter.*
#4187DeviceHandle
into a struct #4186RuntimeConfiguration
toRuntimeConfig
#4182containers/
folder inapi/
#4181GPUMemoryLayout
andStorageType
toutils/
#4180utils/
andvk_api
out ofapi/
#4179Differential Revision: D59527912