llama.cpp
b90dc566
- Allow number of nodes in CUDA graph to change (#7738)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
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.
References
#7738 - Allow number of nodes in CUDA graph to change
Author
agray3
Parents
1442677f
Loading