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 418606e commit 18310bfCopy full SHA for 18310bf
ggml/src/ggml-opencl/kernels/mul_mat_f16_f32_image.cl
@@ -47,7 +47,7 @@ __kernel void mul_mat_f16_f32_image(
47
}
48
49
__global float* C = (__global float*)((__global char*)C_buf + c_offset);
50
-
+
51
if (n_base + 3 < N) {
52
C[(n_base + 0) * M + m_idx] = c_vals.x;
53
C[(n_base + 1) * M + m_idx] = c_vals.y;
0 commit comments