ik_llama_opt/scripts
Nexes the Elder 6198a356a8
Remove deprecated Kompute (Vulkan compute) backend (#2097)
* Remove broken kompute submodule (ghost - nulled config, corrupted tracking)

The kompute submodule at ggml/src/kompute had its .git/modules/kompute/config
completely zeroed out (null bytes). The submodule was non-functional and is
not used in this fork. Removed:
  - .gitmodules entry
  - .git/config [submodule kompute] section
  - .git/modules/kompute directory
  - ggml/src/kompute working tree

* Extensive removal of all Kompute code and references

Removed the entire Kompute Vulkan compute backend which was
unmaintained and superseded by the Vulkan backend:

Files deleted:
  - ggml/src/ggml-kompute.cpp (Vulkan compute backend implementation)
  - ggml/include/ggml-kompute.h (header)
  - ggml/src/kompute-shaders/ (34 SPIR-V shader source files)

Build system:
  - ggml/CMakeLists.txt: removed GGML_KOMPUTE option
  - ggml/src/CMakeLists.txt: removed compile_shader function, submodule
    add, shader compilation, stamp targets, and all KOMPUTE source refs
  - CMakeLists.txt: removed LLAMA_KOMPUTE deprecation alias

Source code:
  - ggml/src/ggml-backend.cpp: removed kompute reg decl and call
  - ggml/include/ggml.h: removed ggml_cpu_has_kompute() declaration
  - ggml/src/ggml.c: removed ggml_cpu_has_kompute() implementation
    and its reference in ggml_cpu_has_gpublas()
  - src/llama.cpp: removed #include, backend init, buffer type, model
    loading guard, and GPU offload check for Kompute
  - src/llama-model-loader.cpp: removed kompute include
  - common/common.cpp: removed cpu_has_kompute print
  - tests/test-c.c: removed kompute include guard
  - examples/llama-bench/llama-bench.cpp: removed kompute member,
    construction, field serialization, and display string
  - scripts/compare-llama-bench.py: removed kompute from key props,
    bool props, and pretty names
  - scripts/sync-ggml.sh: removed kompute file copy lines
  - scripts/sync-ggml-am.sh: removed kompute path mappings

Git submodule:
  - .gitmodules: removed kompute entry
  - .git/config: removed [submodule kompute] section
  - .git/modules/kompute: removed
  - ggml/src/kompute: removed (working tree)
2026-07-08 10:01:01 +02:00
..
build-info.sh
build-zen.bat scripts : add build-zen.{sh,bat} helpers for AVX-512-capable CPUs (#1734) 2026-05-04 15:34:28 +03:00
build-zen.sh scripts : add build-zen.{sh,bat} helpers for AVX-512-capable CPUs (#1734) 2026-05-04 15:34:28 +03:00
check-requirements.sh
ci-run.sh
compare-commits.sh
compare-llama-bench.py Remove deprecated Kompute (Vulkan compute) backend (#2097) 2026-07-08 10:01:01 +02:00
debug-test.sh
fetch_server_test_models.py Tool calls support from mainline (#723) 2025-09-01 08:38:49 +03:00
gen-authors.sh
gen-unicode-data.py
gen-unicode-script-data.py Add Unicode allowlist (#1597) 2026-04-10 18:22:57 +02:00
get-flags.mk
get-hellaswag.sh
get-pg.sh
get-wikitext-2.sh
get-wikitext-103.sh
get-winogrande.sh
get_hf_chat_template.py Tool calls support from mainline (#723) 2025-09-01 08:38:49 +03:00
hf.sh
install-oneapi.bat
pod-llama.sh
qnt-all.sh
run-all-perf.sh
run-all-ppl.sh
run-with-preset.py
server-llm.sh
server-test-model.py Autoparser - complete refactoring of parser architecture (#1376) 2026-04-22 10:04:13 +02:00
sync-ggml-am.sh Remove deprecated Kompute (Vulkan compute) backend (#2097) 2026-07-08 10:01:01 +02:00
sync-ggml.last
sync-ggml.sh Remove deprecated Kompute (Vulkan compute) backend (#2097) 2026-07-08 10:01:01 +02:00
sync_vendor.py Replace image resizers with avx2/neon simd impls from stb_img_resize2.h 2026-06-14 20:28:08 +01:00
tool_bench.py Tool calls support from mainline (#723) 2025-09-01 08:38:49 +03:00
tool_bench.sh Tool calls support from mainline (#723) 2025-09-01 08:38:49 +03:00
verify-checksum-models.py
xxd.cmake