[VK] Hybrid memory allocation with robust alignment #325
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "vmachangesv2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Combines robust OOM handling with progressive size reduction and spec-compliant alignment:
This hybrid approach maximizes allocation success rates through multiple recovery tries.
This pr has granted stability to the performance due to the lacking of VMA OOM handling, good work Willy.