From d55403d59bec0dbc76146712177a6e4b9e31a9cb Mon Sep 17 00:00:00 2001 From: Patsy Date: Fri, 17 Jul 2026 18:37:56 +0200 Subject: [PATCH] Update index.md --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index 11a8f3f..afc06f6 100644 --- a/index.md +++ b/index.md @@ -6,3 +6,5 @@ - [ssh_keys_and_agent](ssh_keys_and_agent.md) - SSH keypair setup, config, agent, Forgejo auth - [VS Code Tips and Guide](VS_code_tips.md) - [git_basics](git_basics.md) — git push syntax, remote vs branch +build_deps_headers_vs_runtime.md — Compile-time headers vs. runtime libraries: why a working driver doesn't mean a package's headers are installed too (Vulkan/SPIRV example). +llama_cpp_vulkan_rx9070xt.md — Building llama.cpp with Vulkan backend on RDNA4 (RX 9070 XT/gfx1201); why Vulkan was chosen over HIP/ROCm for this GPU generation; build commands and smoke-test verification.