Tags: silveroxides/llama.cpp
Tags
CUDA: fix variable name conflict for Windows build (ggml-org#9382)
Overlap cmdbuffer creation and cmdbuffer execution in Vulkan backend … …by submitting smaller cmdbuffers early. (ggml-org#9118) * Overlap cmdbuffer creation and cmdbuffer execution in Vulkan backend by submitting smaller cmdbuffers early. * fix compile issues * Fix issues where the last submit wasn't executed or handled properly. * remove trailing whitespace * Repair GGML_VULKAN_CHECK_RESULTS * Increase submit counter only if actual work has been submitted and increase submit count to 100. * Fix some nodes are not checked with GGML_VULKAN_CHECK_RESULTS enabled.
llama : refactor samplers internal implementation (ggml-org#9370)
[SYCL] add check malloc result on device (ggml-org#9346) * add check malloc result on device * update for review comments, check all malloc_device() result --------- Co-authored-by: arthw <[email protected]>
PreviousNext