8000 metal : fix typo in FA kernel comments (#13651) · baseweight/llama.cpp@1cf1128 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cf1128

Browse files
ggerganovinfil00p
authored andcommitted
metal : fix typo in FA kernel comments (ggml-org#13651)
1 parent d3372f4 commit 1cf1128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-metal/ggml-metal.metal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3255,7 +3255,7 @@ template<
32553255
typename kd4x4_t, // key type in device memory
32563256
short nl_k,
32573257
void (*deq_k)(device const kd4x4_t *, short, thread k4x4_t &),
3258-
typename vd4x4_t, // key type in device memory
3258+
typename vd4x4_t, // value type in device memory
32593259
short nl_v,
32603260
void (*deq_v)(device const vd4x4_t *, short, thread v4x4_t &),
32613261
short DK, // K head size
@@ -3776,7 +3776,7 @@ template<
37763776
typename kd4_t, // key type in device memory
37773777
short nl_k,
37783778
void (*deq_k_t4)(device const kd4_t *, short, thread k4_t &),
3779-
typename vd4_t, // key type in device memory
3779+
typename vd4_t, // value type in device memory
37803780
short nl_v,
37813781
void (*deq_v_t4)(device const vd4_t *, short, thread v4_t &),
37823782
short DK, // K head size

0 commit comments

Comments
 (0)
0