We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4d110 commit 23e2fe0Copy full SHA for 23e2fe0
ggml/src/ggml-cpu/ops.cpp
@@ -8132,8 +8132,8 @@ static void ggml_compute_forward_rwkv_wkv6_f32(
8132
#define WKV_VECTOR_SIZE 4
8133
#endif
8134
8135
- int wkv_vector_size;
8136
#ifdef WKV_VECTOR_SIZE
+ int wkv_vector_size;
8137
#if defined(__ARM_FEATURE_SVE)
8138
wkv_vector_size = svcntw();
8139
#else
@@ -8348,8 +8348,8 @@ static void ggml_compute_forward_gla_f32(
8348
#define GLA_VECTOR_SIZE 4
8349
8350
8351
- int gla_vector_size;
8352
#ifdef GLA_VECTOR_SIZE
+ int gla_vector_size;
8353
8354
gla_vector_size = svcntw();
8355
0 commit comments