Skip to content

Commit db625e3

Browse files
committed
Remove oneapi build
It's experimental, not supported, riddled with compiler warnings, and is generally not useful anyway.
1 parent 48d3cfb commit db625e3

File tree

2 files changed

+0
-85
lines changed

2 files changed

+0
-85
lines changed

.github/workflows/build-oneapi.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Server images are tagged in the format of `server-<ssl>-<avx>`.
2525
- `avx`: (Only) AVX instruction set is enabled. Might be useful if you are using some old CPUs that don't support AVX2.
2626
- `avx2`: AVX2 instruction set is enabled. This build should support most modern/recent CPUs with reasonable performance.
2727
- `avx512`: AVX512 base instruction set is enabled. Currently only some high-end or server-grade CPUs support this instruction set, so check your hardware specs before using this build.
28-
- `oneapi`: Experimental build with the Intel oneAPI compiler, inspired by ggml-org/llama.cpp#5067. Offers a ~30% speed increase (~20tok/s vs ~15tok/s) in prompt processing on my machine compared to `avx2` builds. Not updated daily.
2928

3029
RPC server images are tagged in the format of `rpc-server-<ssl>-<avx>`. Refer to [rpc README](https://github.com/ggml-org/llama.cpp/blob/master/tools/rpc/README.md) for detailed information.
3130

0 commit comments

Comments
 (0)