mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-30 16:20:20 +00:00
d4d8dbe383
* vulkan: use memory budget extension to read memory usage * fix: formatting and names * formatting * fix: detect and cache memory budget extension availability on init * fix: read `budgetprops.heapBudget` instead of `heap.size` when memory budget extension is available * style: lints