Skip to content

Commit 243894a

Browse files
SlyEchoYellowRoseCx
authored andcommitted
ws fix
1 parent ac2f14d commit 243894a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static __device__ __forceinline__ int __dp4a(const int a, const int b, int c) {
9292
int ashift;
9393
int bshift;
9494
int aext;
95-
int bext;
95+
int bext;
9696
asm("\n \
9797
v_pk_ashrrev_i16 %1, 0x80008, %5 \n \
9898
v_pk_ashrrev_i16 %2, 0x80008, %6 \n \

0 commit comments

Comments
 (0)