Skip to content

intel: split URB space between task and mesh proportionally to entry sizes

Marcin Ślusarz requested to merge mslusarz/mesa:task-mesh-urb-split into main

It improves performance by 0.5-2.5% in vk_meshlet_cadscene, depending on the model.

I'm not sure this is the optimal heuristic for task/mesh split, but it seems like a better solution than the static 10%/90% split we have right now.

Merge request reports