From 42e055d9d62092294bff60ffb7ccc440d7a7054e 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 1f5995b4d..a89cbab7f 100644 --- a/ggml-cuda.cu +++ b/ggml-cuda.cu @@ -94,7 +94,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 \