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 11c866a commit 241350aCopy full SHA for 241350a
ggml/src/ggml-cuda/cpy.cu
@@ -83,7 +83,7 @@ static __device__ void cpy_blck_f32_q8_0(const char * cxi, char * cdsti) {
83
}
84
85
static __device__ void cpy_blck_q8_0_f32(const char * cxi, char * cdsti) {
86
- float* cdstf = (float*)(cdsti);
+ float * cdstf = (float *)(cdsti);
87
88
for (int j = 0; j < QK8_0; j+=2) {
89
float2 dq;
0 commit comments