Skip to content

Commit a4443d3

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

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
@@ -96,7 +96,7 @@ static __device__ void cpy_blck_q8_0_f32(const char * cxi, char * cdsti) {
9696

9797
template<dequantize_kernel_t dequant, int qk>
9898
static __device__ void cpy_blck_q_f32(const char * cxi, char * cdsti) {
99-
float* cdstf = (float*)(cdsti);
99+
float * cdstf = (float *)(cdsti);
100100

101101
for (int j = 0; j < qk/2; j++) {
102102
float2 dq;

0 commit comments

Comments
 (0)