Meng, Hengyu
Meng, Hengyu
Hi, I learned from [here](https://www.intel.com/content/www/us/en/develop/documentation/debugging-dpcpp-linux/top/debug-a-sycl-application-on-a-gpu.html#debug-a-sycl-application-on-a-gpu_debug-a-dpcpp-application-on-a-gpu) about how to debug sycl application even per assembly lines based on ```gdb-oneapi```. I wonder there is any way to debug level zero kernels similarly....
- [x] I have read the [contributing guidelines](https://github.com/ggerganov/llama.cpp/blob/master/CONTRIBUTING.md) - Self-reported review complexity: - [x] Low - [ ] Medium - [ ] High To support SYCL backend for stablediffusion.cpp https://github.com/leejet/stable-diffusion.cpp/issues/308...
Hi @leejet Following [SYCL backend ](https://github.com/ggerganov/llama.cpp/blob/master/docs/backend/SYCL.md)in GGML we plan to contribute native SYCL support to stable-diffusion.cpp. Want some inputs from you. # Possible Implementation 1. update GGML to the latest...
## Type of Change feature or bug fix or documentation or others API changed or not ## Description detail description Issues: xxx ## Expected Behavior & Potential Risk the expected...
hi @ggerganov @slaren, current ```ggml_conv_2d``` is implemented only in img2col algorithms, which is quite slow for most of the cases and will introduce extra memory consumption* \* *source*: https://github.com/leejet/stable-diffusion.cpp/blob/4a6e36edc586779918535e12b4fbe0583044ee6f/README.md#L57 Shall...
### Prerequisites - [X] I am running the latest code. Mention the version if possible as well. - [X] I carefully followed the [README.md](https://github.com/ggerganov/llama.cpp/blob/master/README.md). - [X] I searched using keywords...