mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
Merge branch 'upstream' into concedo_experimental
# Conflicts: # README.md # examples/parallel/parallel.cpp # ggml/src/CMakeLists.txt # ggml/src/ggml-blas/CMakeLists.txt # ggml/src/ggml-sycl/CMakeLists.txt # ggml/src/gguf.cpp # scripts/sync-ggml.last # tests/test-gguf.cpp
This commit is contained in:
commit
b42b618897
8 changed files with 89 additions and 37 deletions
|
@ -1668,7 +1668,7 @@ static std::array<uint32_t, 2> fa_rows_cols(FaCodePath path, uint32_t D, uint32_
|
|||
return {64, 32};
|
||||
}
|
||||
return {64, 64};
|
||||
};
|
||||
}
|
||||
|
||||
static bool ggml_vk_matmul_shmem_support(const vk_device& device, const std::vector<uint32_t>& warptile, bool mul_mat_id, ggml_type src0_type) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue