mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 17:44:38 +00:00
Merge branch 'upstream' into concedo_experimental
This commit is contained in:
commit
8a4a9b8c19
3 changed files with 5 additions and 2 deletions
|
@ -3151,7 +3151,9 @@ static void ggml_vk_print_gpu_info(size_t idx) {
|
|||
&& shader_integer_dot_product_features.shaderIntegerDotProduct;
|
||||
|
||||
coopmat_support = coopmat_support
|
||||
#if defined(GGML_VULKAN_COOPMAT_GLSLC_SUPPORT)
|
||||
&& coopmat_features.cooperativeMatrix
|
||||
#endif
|
||||
&& ggml_vk_khr_cooperative_matrix_support(props2.properties, driver_props, device_architecture);
|
||||
|
||||
std::string matrix_cores = coopmat2_support ? "NV_coopmat2" : coopmat_support ? "KHR_coopmat" : "none";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue