]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
CUDA : fix typo in clang pragma comment [no ci] (llama/18830)
authorDaniel Bevenius <redacted>
Wed, 14 Jan 2026 09:31:49 +0000 (10:31 +0100)
committerGeorgi Gerganov <redacted>
Fri, 30 Jan 2026 13:56:40 +0000 (15:56 +0200)
ggml/src/ggml-cuda/fattn-vec.cuh

index 4d167b95a075852e8cdaa7b7656ed8cac7ec2538..86f4dc0f7f14a93be3ea3cde11991118c8d12b4d 100644 (file)
@@ -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