]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Allow number of nodes in CUDA graph to change (llama/7738)
authoragray3 <redacted>
Tue, 4 Jun 2024 20:06:49 +0000 (21:06 +0100)
committerGeorgi Gerganov <redacted>
Sun, 16 Jun 2024 15:19:48 +0000 (18:19 +0300)
commite666315fa86932d35121df9d481ce0b7dae2dd1e
treef73adc7298c5c5c640b66282908cd9d604ca726b
parent3f869af14cf7f5b857d4a7b2a3b671278a8d5f47
Allow number of nodes in CUDA graph to change (llama/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