You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ET-VK] Reducing memory wastage by tightening DescriptorPoolConfig values.
This change replaces std::max(*descriptor_type_count*, max_sets) with *descriptor_type_count*, when creating DescriptorPoolConfig in ComputeGraph since Vulkan does not need to have at least one of each *descriptor_type_count* per set.
Differential Revision: [D74452971](https://our.internmc.facebook.com/intern/diff/D74452971/)
ghstack-source-id: 283034895
Pull Request resolved: #10784
0 commit comments