We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83bf08 commit caaecb8Copy full SHA for caaecb8
1 file changed
ggml/src/iqk/fa/iqk_fa_templates.h
@@ -39,6 +39,7 @@ namespace {
39
// lengths and therefore different mask patterns.
40
// Returns the number of K elements to process (multiple of k_step).
41
inline int mask_effective_nk1(const char * mask, int n_rows, int stride_m, int nk1, int k_step) {
42
+ return nk1;
43
int ik_max = 0;
44
for (int j = 0; j < n_rows; ++j) {
45
auto Mc = (const uint16_t *)(mask + j * stride_m);
0 commit comments