Skip to content

Conversation

@loci-dev
Copy link

Mirrored from ggml-org/llama.cpp#17588

In common/arg.cpp, the --kv-unified/-kvu option is controlled by the environment variable LLAMA_ARG_KV_SPLIT. This PR changes the env var to LLAMA_ARG_KV_UNIFIED to match the naming of the CLI argument.

@loci-agentic-ai
Copy link

Explore the complete analysis inside the Version Insights

Performance Analysis Summary - PR #358

Analysis Type: Condition 1 (No Performance Changes)

This PR renames an environment variable from LLAMA_ARG_KV_SPLIT to LLAMA_ARG_KV_UNIFIED in common/arg.cpp to match the CLI argument naming. The change is a single string literal in configuration code with zero runtime impact. Performance analysis confirms no measurable differences: all functions show <0.001% variance, identical throughput times, and no modifications detected in performance-critical paths.

@loci-dev loci-dev force-pushed the main branch 8 times, most recently from e4a4e1d to d0b408b Compare November 30, 2025 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants