-
Notifications
You must be signed in to change notification settings - Fork 606
[ET-VK] Move ParamsBuffer
and StorageBuffer
to standalone files
#4120
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
Includes the renaming of `UniformParamsBuffer` to `ParamsBuffer` for brevity. These objects aren't tightly coupled to `Context` and hence they are better placed in standalone files. Differential Revision: [D59281543](https://our.internmc.facebook.com/intern/diff/D59281543/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/4120
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 73ab79b with merge base c572f9e ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D59281543 |
…one files" Includes the renaming of `UniformParamsBuffer` to `ParamsBuffer` for brevity. These objects aren't tightly coupled to `Context` and hence they are better placed in standalone files. Differential Revision: [D59281543](https://our.internmc.facebook.com/intern/diff/D59281543/) [ghstack-poisoned]
Pull Request resolved: #4120 Includes the renaming of `UniformParamsBuffer` to `ParamsBuffer` for brevity. These objects aren't tightly coupled to `Context` and hence they are better placed in standalone files. ghstack-source-id: 232366091 @exported-using-ghexport Differential Revision: [D59281543](https://our.internmc.facebook.com/intern/diff/D59281543/)
This pull request was exported from Phabricator. Differential Revision: D59281543 |
This pull request has been merged in 96fb2bf. |
Stack from ghstack (oldest at bottom):
vk_api/
#4125Tensor.*
to namespaceapi
#4124StringUtil.h
andUtils.h
intoutils/
andVkUtils.h
#4123api::utils
toutils
#4122gen_vulkan_spv.py
out ofapi/
#4121ParamsBuffer
andStorageBuffer
to standalone files #4120ParamsBindList
toDescriptor.*
#4119Adapter.*
#4118Context.h
,Command.h
andUtils.h
#4117Types.h
#4116StringUtil.cpp
#4115Includes the renaming of
UniformParamsBuffer
toParamsBuffer
for brevity.These objects aren't tightly coupled to
Context
and hence they are better placed in standalone files.Differential Revision: D59281543