mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-09 02:50:39 +00:00
try fix vulkan build
This commit is contained in:
parent
1c39a97cb0
commit
d8c174bcae
1 changed files with 4 additions and 0 deletions
|
|
@ -61,7 +61,11 @@
|
|||
#include "ggml-impl.h"
|
||||
#include "ggml-backend-impl.h"
|
||||
|
||||
#ifndef NO_VULKAN_EXTENSIONS
|
||||
#include "ggml-vulkan-shaders.hpp"
|
||||
#else
|
||||
#include "ggml-vulkan-shaders-noext.hpp"
|
||||
#endif
|
||||
|
||||
// remove this once it's more widely available in the SDK
|
||||
#if !defined(VK_KHR_shader_bfloat16)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue