Skip to content

Commit 40c6525

Browse files
jeffbolznvggerganov
authored andcommitted
vulkan: Track descriptor pools/sets per-context (llama/14109)
Use the same descriptor set layout for all pipelines (MAX_PARAMETER_COUNT == 8) and move it to the vk_device. Move all the descriptor pool and set tracking to the context - none of it is specific to pipelines anymore. It has a single vector of pools and vector of sets, and a single counter to track requests and a single counter to track use.
1 parent 74c6806 commit 40c6525

File tree

1 file changed

+104
-129
lines changed

1 file changed

+104
-129
lines changed

0 commit comments

Comments
 (0)