]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Allow number of nodes in CUDA graph to change (#7738)
authoragray3 <redacted>
Tue, 4 Jun 2024 20:06:49 +0000 (21:06 +0100)
committerGitHub <redacted>
Tue, 4 Jun 2024 20:06:49 +0000 (22:06 +0200)
commitb90dc566c1c615289b05b50d61680f23744a21e7
tree99efb9d3f2075147d9f1855914fe82442d11f88e
parent1442677f92e45a475be7b4d056e3633d1d6f813b
Allow number of nodes in CUDA graph to change (#7738)

Previously the code would have failed to cope in the case that the
number of nodes changes in an existing CUDA graph. This fixes the
issue by removing an unnecessary conditional.
ggml-cuda.cu