UPSTREAM PR #17679: server: fixing naming conflict res_error in server-models.cpp#400
UPSTREAM PR #17679: server: fixing naming conflict res_error in server-models.cpp#400
Conversation
|
Explore the complete analysis inside the Version Insights Performance Analysis Summary: PR #400OverviewThis PR renames the static function Performance Metrics
Impact on Inference PerformanceNo impact on tokens per second. The modified code is in the server routing layer ( Binary-Level AnalysisPower consumption analysis across 16 binaries shows negligible changes:
These sub-nanosecond variations are within measurement noise and represent no functional performance difference. ConclusionThis is a symbol conflict fix with zero performance impact. The function rename is purely cosmetic at the binary level, with identical compiled output. No inference paths, tokenization logic, or performance-critical areas are affected. |
297c352 to
3657a62
Compare
6d9272a to
4ca17fb
Compare
Mirrored from ggml-org/llama.cpp#17679
Fix naming conflict with res_error from resolv.h (used by httplib).
This is related to PR #17243
The issue persists in the latest commit, so this PR addresses it.