From: Daniel Bevenius Date: Wed, 14 Jan 2026 09:31:49 +0000 (+0100) Subject: CUDA : fix typo in clang pragma comment [no ci] (llama/18830) X-Git-Tag: v0.9.6~73 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b7b03155128ed419a9b937357c63b273f2bea0e6;p=pkg%2Fggml%2Fsources%2Fggml CUDA : fix typo in clang pragma comment [no ci] (llama/18830) --- diff --git a/src/ggml-cuda/fattn-vec.cuh b/src/ggml-cuda/fattn-vec.cuh index 4d167b95..86f4dc0f 100644 --- a/src/ggml-cuda/fattn-vec.cuh +++ b/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