Skip to content

Commit 241350a

Browse files
Update ggml/src/ggml-cuda/cpy.cu
Co-authored-by: Johannes Gäßler <[email protected]>
1 parent 11c866a commit 241350a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/cpy.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static __device__ void cpy_blck_f32_q8_0(const char * cxi, char * cdsti) {
8383
}
8484

8585
static __device__ void cpy_blck_q8_0_f32(const char * cxi, char * cdsti) {
86-
float* cdstf = (float*)(cdsti);
86+
float * cdstf = (float *)(cdsti);
8787

8888
for (int j = 0; j < QK8_0; j+=2) {
8989
float2 dq;

0 commit comments

Comments
 (0)