From 51670bd43e9df284fc925660b57992dafa0ad42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20G=C3=A4=C3=9Fler?= Date: Sun, 2 Feb 2025 18:30:11 +0100 Subject: [PATCH] Update ggml/src/ggml-cuda/mma.cuh Co-authored-by: Diego Devesa --- ggml/src/ggml-cuda/mma.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-cuda/mma.cuh b/ggml/src/ggml-cuda/mma.cuh index c5ec98c0a..9788a1389 100644 --- a/ggml/src/ggml-cuda/mma.cuh +++ b/ggml/src/ggml-cuda/mma.cuh @@ -11,7 +11,7 @@ // The functions get_i, get_j, and get_k can be used to get the physical 32 bit index of the lth element of a thread within a tile. // All matrix tiles have ne physical 32 bit elements per warp. // -// As desribted in the documentation, all pointers for load_ldmatrix must be to shared memory and aligned to 16 bytes. +// As described in the documentation, all pointers for load_ldmatrix must be to shared memory and aligned to 16 bytes. #include "common.cuh"