Files
llama.cpp/ggml/src/ggml-sycl
Akarshan Biswas b49a8ff96b SYCL: Add mrope kernel (#13755)
* SYCL: Add mrope kernel

* feat: Optimize rope operations with vectorization

Uses `sycl::vec` to load and store two elements at a time,
significantly improving performance in `rope_norm`,
`rope_neox`, and `rope_multi`. This reduces the number of memory
accesses and leverages SIMD instructions for faster execution.

* Use ceil_div
2025-05-30 19:40:57 +05:30
..
2025-05-26 10:28:53 +02:00
2025-05-15 17:35:44 +02:00
2025-05-26 10:28:53 +02:00
2025-05-26 10:28:53 +02:00
2025-05-30 19:40:57 +05:30
2025-05-26 10:28:53 +02:00
2025-04-14 14:23:53 +02:00
2025-05-26 10:28:53 +02:00
2025-05-15 17:35:44 +02:00
2025-05-30 19:40:57 +05:30
2025-05-15 17:35:44 +02:00
2025-05-26 10:28:53 +02:00