From 243894a952147a4fac5b6aee748861a0df6cc2c6 Mon Sep 17 00:00:00 2001 From: Henri Vasserman Date: Thu, 10 Aug 2023 12:14:40 +0300 Subject: [PATCH] ws fix --- ggml-cuda.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-cuda.cu b/ggml-cuda.cu index 6fcbe4ab48592..fe29fc3c4df59 100644 --- a/ggml-cuda.cu +++ b/ggml-cuda.cu @@ -92,7 +92,7 @@ static __device__ __forceinline__ int __dp4a(const int a, const int b, int c) { int ashift; int bshift; int aext; - int bext; + int bext; asm("\n \ v_pk_ashrrev_i16 %1, 0x80008, %5 \n \ v_pk_ashrrev_i16 %2, 0x80008, %6 \n \