mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
enabled coopmat2 for the price of 7mb
This commit is contained in:
parent
fbf039966c
commit
a5c39143a1
2 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
#ifndef GGML_VULKAN_COOPMAT_GLSLC_SUPPORT
|
#ifndef GGML_VULKAN_COOPMAT_GLSLC_SUPPORT
|
||||||
#define GGML_VULKAN_COOPMAT_GLSLC_SUPPORT
|
#define GGML_VULKAN_COOPMAT_GLSLC_SUPPORT
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT
|
||||||
|
#define GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT
|
||||||
|
#endif
|
||||||
#ifndef GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT
|
#ifndef GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT
|
||||||
#define GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT
|
#define GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -36,6 +36,9 @@
|
||||||
#ifndef GGML_VULKAN_COOPMAT_GLSLC_SUPPORT
|
#ifndef GGML_VULKAN_COOPMAT_GLSLC_SUPPORT
|
||||||
#define GGML_VULKAN_COOPMAT_GLSLC_SUPPORT
|
#define GGML_VULKAN_COOPMAT_GLSLC_SUPPORT
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT
|
||||||
|
#define GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT
|
||||||
|
#endif
|
||||||
#ifndef GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT
|
#ifndef GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT
|
||||||
#define GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT
|
#define GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue