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.
kernel_restore_block_mxfp4
1 parent 374c3b7 commit 464ebebCopy full SHA for 464ebeb
ggml/src/ggml-opencl/kernels/cvt.cl
@@ -155,7 +155,7 @@ kernel void kernel_restore_block_mxfp4(
155
) {
156
global struct block_mxfp4 * b = (global struct block_mxfp4 *) dst + get_global_id(0);
157
global uchar * q = (global uchar *) src_q + QK_MXFP4 / 2 * get_global_id(0);
158
- global half * e = (global uchar *) src_e + get_global_id(0);
+ global uchar * e = (global uchar *) src_e + get_global_id(0);
159
160
b->e = *e;
161
for (int i = 0; i < QK_MXFP4 / 2; ++i) {
0 commit comments