We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c299a92 commit 49ab445Copy full SHA for 49ab445
1 file changed
ggml/src/ggml-sycl/cpy.hpp
@@ -317,7 +317,7 @@ inline void cpy_blck_f32_nvfp4(const char * cxi, char * cdsti) {
317
318
const uint8_t ue = ggml_fp32_to_ue4m3(amax / 6.0f);
319
dsti->d[s] = ue;
320
- const float d = ggml_ue4m3_to_fp32(ue);
+ const float d = ggml_sycl_ue4m3_to_fp32(ue);
321
322
for (int j = 0; j < QK_NVFP4_SUB / 2; ++j) {
323
const uint8_t x0 = best_index_mxfp4(xb[0 + j], d);
0 commit comments