From 01cbdfd7eb3dd6c0512daddb487b4cf382a9b016 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 14 Jan 2026 10:31:49 +0100 Subject: [PATCH] CUDA : fix typo in clang pragma comment [no ci] (#18830) --- ggml/src/ggml-cuda/fattn-vec.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-cuda/fattn-vec.cuh b/ggml/src/ggml-cuda/fattn-vec.cuh index 4d167b95a0..86f4dc0f7f 100644 --- a/ggml/src/ggml-cuda/fattn-vec.cuh +++ b/ggml/src/ggml-cuda/fattn-vec.cuh @@ -10,7 +10,7 @@ static constexpr __device__ int ggml_cuda_fattn_vec_get_nthreads_device() { return 128; } -// Currenlty llvm with the amdgcn target dose not support unrolling loops +// Currenlty llvm with the amdgcn target does not support unrolling loops // that contain a break that can not be resolved at compile time. #ifdef __clang__ #pragma clang diagnostic push