Name and Version
root@9c90ac50a126:/app# ./llama-cli --version
version: 10074 (2beefef68)
built with IntelLLVM 2026.1.0 for Linux x86_64
Operating systems
Linux
Which llama.cpp modules do you know to be affected?
No response
Command line
`./llama-server --host 0.0.0.0 --port 8080 --model /models/Qwen3.6-35B-A3B-UD-Q5_K_XL.gguf.ignore --jinja --threads 8 --ctx-size 262144 --cache-ram 0 --parallel 1 --temperature 0.0 --top-p 0.2 --top-k 20 --no-mmap --spec-type draft-mtp --spec-draft-n-max 3 --batch-size 2700 --ubatch-size 2700 --n-gpu-layers 99 --n-cpu-moe 99 --ctx-checkpoints 0 --no-cache-prompt`
`podman build --tag=test2 --target=full --file=.devops/intel.Dockerfile --build-arg=IGC_VERSION=v2.38.2 --build-arg=IGC_VERSION_FULL=2_2.38.2+22051 --build-arg=COMPUTE_RUNTIME_VERSION=26.27.39122.11 --build-arg=COMPUTE_RUNTIME_VERSION_FULL=26.27.39122.11-0 --build-arg=IGDGMM_VERSION=22.10.0 --build-arg=ONEAPI_VERSION=2026.1.1-devel-ubuntu24.04 .`
Problem description & steps to reproduce
When upgrading to newer oneAPI (--build-arg=ONEAPI_VERSION=2026.1.1-devel-ubuntu24.04) the PP performance drops by a lot. #25222 brings a very good performance uplift, but when you use newer oneAPI, that performance is blown as if that Pull Request never existed.
First Bad Commit
No response
Relevant log output
No response
Name and Version
Operating systems
Linux
Which llama.cpp modules do you know to be affected?
No response
Command line
Problem description & steps to reproduce
When upgrading to newer oneAPI (
--build-arg=ONEAPI_VERSION=2026.1.1-devel-ubuntu24.04) the PP performance drops by a lot. #25222 brings a very good performance uplift, but when you use newer oneAPI, that performance is blown as if that Pull Request never existed.First Bad Commit
No response
Relevant log output
No response