Skip to content

Commit

Permalink
ws fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SlyEcho authored and YellowRoseCx committed Aug 10, 2023
1 parent ac2f14d commit 243894a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml-cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 243894a

Please sign in to comment.