Skip to content

Commit e66c833

Browse files
committed
Fix broken link
1 parent b3b5641 commit e66c833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/learning-paths/mobile-graphics-and-gaming/kai_sme2_matmul_ukernel_explained/explain_with_an_example_p1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: learningpathall
77
---
88

99
## Repack RHS weights (GGML Q4_0)
10-
When you [integrate SME2-optimized KleidiAI kernels into llama.cpp](/learning/mobile-graphics-and-gaming/performance_llama_cpp_sme2/), the heavy matrix-multiplication work in attention (K/Q/V projections) and feed-forward network (FFN) layers can run through the SME2 matmul microkernel.
10+
When you [integrate SME2-optimized KleidiAI kernels into llama.cpp](/learning-paths/mobile-graphics-and-gaming/performance_llama_cpp_sme2/), the heavy matrix-multiplication work in attention (K/Q/V projections) and feed-forward network (FFN) layers can run through the SME2 matmul microkernel.
1111

1212
In these operators, the LHS (activations) is FP32 and the RHS (weights) uses the GGML Q4_0 quantized type.
1313

0 commit comments

Comments
 (0)