mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-15 03:15:24 +00:00
sycl : use sycl func to fix AOT double type issue (#25081)
This commit is contained in:
parent
26145b3db7
commit
3d4cbdf18a
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ inline void cpy_blck_f32_nvfp4(const char * cxi, char * cdsti) {
|
|||
|
||||
const uint8_t ue = ggml_fp32_to_ue4m3(amax / 6.0f);
|
||||
dsti->d[s] = ue;
|
||||
const float d = ggml_ue4m3_to_fp32(ue);
|
||||
const float d = ggml_sycl_ue4m3_to_fp32(ue);
|
||||
|
||||
for (int j = 0; j < QK_NVFP4_SUB / 2; ++j) {
|
||||
const uint8_t x0 = best_index_mxfp4(xb[0 + j], d);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue