summaryrefslogtreecommitdiff
path: root/examples/server/server.cpp
diff options
context:
space:
mode:
authoragray3 <agray3@users.noreply.github.com>2024-05-27 18:33:42 +0100
committerGitHub <noreply@github.com>2024-05-27 19:33:42 +0200
commit197c00681b80f9dea17d11a4436b6b8ef1be0ce8 (patch)
tree300aaa9d0d9c3741f62a3e21bc0c041aef197410 /examples/server/server.cpp
parent95f84d5ce8b449a9b16009434aca800df504a02e (diff)
Allow multiple copy function pointers for CUDA graph kernel param updates (#7565)
CUDA graphs require parameter updates to kernels associated with GGML_OP_CPY nodes. Previously the implementation only checked for a single CUDA kernel in such nodes, but this caused a bug in cases where 2 such kernels exist. This fixes the issue by using a vector to allow multiple function pointers to be stored and checked against. Fixes #7942
Diffstat (limited to 'examples/server/server.cpp')
0 files changed, 0 insertions, 0 deletions