You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is on Ubuntu 24.04 LTS, with all the drivers and oneAPI toolkits updated to their latest available versions as of writing.
When compiled from source following the instructions on this github, I get the following error:
[INFO ] stable-diffusion.cpp:1199 - apply_loras completed, taking 0.00s
No kernel named _ZTSZL13get_rows_syclILi32ELi2EXadL_ZL15dequantize_q4_0PKvliRN4sycl3_V13vecINS3_6detail9half_impl4halfELi2EEEEEEvR25ggml_backend_sycl_contextPK11ggml_tensorSE_PSC_S1_PKiPfPNS3_5queueEEUlNS3_7nd_itemILi3EEEE_ was foundException caught at file:/home/max/sd.cpp/stable-diffusion.cpp/ggml/src/ggml-sycl/common.cpp, line:102
I read somewhere in another issue regarding SYCL that maybe it'd be a good idea to try out a newer version of GGML, so I did.
I copied the ggml folder from my llama.cpp folder (master branch at time of writing), and recompiled.
But sadly, that too gives an error around the same time:
I tried out your repo, compiled as per usual, but unfortunately it results in the same errors as the first one I pasted, the "No kernel for..."
I tried out several quant methods, namely f16, q8_0, q4_0 but none of those three worked; all printed a similar error about not having a kernel for dequantize_q...
This is on Ubuntu 24.04 LTS, with all the drivers and oneAPI toolkits updated to their latest available versions as of writing.
When compiled from source following the instructions on this github, I get the following error:
I read somewhere in another issue regarding SYCL that maybe it'd be a good idea to try out a newer version of GGML, so I did.
I copied the ggml folder from my llama.cpp folder (master branch at time of writing), and recompiled.
But sadly, that too gives an error around the same time:
Is this a known issue?
The text was updated successfully, but these errors were encountered: