The llama.cpp project has released build b10180, introducing performance optimizations for the SYCL backend. The update implements a contiguous fast path and switches elementwise index math to use fastdiv with 32-bit integers.
- SYCL: contiguous fast path + 32-bit index math for unary elementwise ops
- SYCL: use fastdiv for elementwise index math
This release provides binaries for macOS, Linux, Windows, Android, and openEuler across CPU, GPU, and various accelerator backends.