We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ecde7 commit a4443d3Copy full SHA for a4443d3
ggml/src/ggml-cuda/cpy.cu
@@ -96,7 +96,7 @@ static __device__ void cpy_blck_q8_0_f32(const char * cxi, char * cdsti) {
96
97
template<dequantize_kernel_t dequant, int qk>
98
static __device__ void cpy_blck_q_f32(const char * cxi, char * cdsti) {
99
- float* cdstf = (float*)(cdsti);
+ float * cdstf = (float *)(cdsti);
100
101
for (int j = 0; j < qk/2; j++) {
102
float2 dq;
0 commit comments