Skip to content
llama.cpp releases · Infrastructure

b10057

sycl: fix row calculation when K_QUANTS_PER_ITERATION is 1 (#25690) sycl: fix incorrect row calculation when K_QUANTS_PER_ITERATION=1 Signed-off-by: Todd Malsbary todd.malsbary@intel.com sycl: use K_QUANTS_PER_ITERATION for non-reordered Q5_K kernel This is the only Q5_K kernel that was not using KQPI. Signed-off-by: T