]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
context : remove redundant explicit casting to the same type (#15948)
authorHaiyue Wang <redacted>
Fri, 12 Sep 2025 15:16:32 +0000 (23:16 +0800)
committerGitHub <redacted>
Fri, 12 Sep 2025 15:16:32 +0000 (18:16 +0300)
commitf4e664f838cc65d89fa845c48c372e43852112e4
tree4950b87abe6db6ecbab193be69bc45cd69322041
parentf088b6a84f6aed0abb619dbb9d375e726fc888a6
context : remove redundant explicit casting to the same type (#15948)

The function 'output_reserve' return type is 'uint32_t', so need to add
explicit casting.
src/llama-context.cpp