mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-09 06:19:14 +02:00
fix compile error
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
#include "ggml.h"
|
||||
#include "ggml-backend-impl.h"
|
||||
|
||||
static bool g_mul_mat_q = false;
|
||||
bool g_mul_mat_q = false;
|
||||
|
||||
#include "ggml-cuda/common.cuh"
|
||||
#include "ggml-cuda/acc.cuh"
|
||||
|
||||
@@ -2608,3 +2608,5 @@ void ggml_cuda_op_mul_mat_q(
|
||||
const int64_t src1_padded_row_size, cudaStream_t stream);
|
||||
|
||||
bool ggml_cuda_should_use_mmq(enum ggml_type type, int cc, int64_t ne11);
|
||||
|
||||
extern bool g_mul_mat_q;
|
||||
Reference in New Issue
Block a user