whisper.cpp/ggml
Thomas Guillem b95296c4e0 vulkan: add 1.1 shader compatibility mode
if GGML_VULKAN_MIN_1_1 is defined:

 - rte shaders will be built with 1.1 API and "SPV_KHR_float_controls"
   spirv extension.
 - all no _cm2 shaders will be built with 1.1 API

No changes if GGML_VULKAN_MIN_1_1 is not defined (default).
2026-01-21 06:39:24 +01:00
..
cmake ggml: Skip backend library linking code when GGML_BACKEND_DL=ON (llama/15094) 2025-08-18 20:30:45 +03:00
include ggml-webgpu: Fix GGML_MEM_ALIGN to 8 for emscripten. (llama/18628) 2026-01-14 09:11:59 +02:00
src vulkan: add 1.1 shader compatibility mode 2026-01-21 06:39:24 +01:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt vulkan: add 1.1 shader compatibility mode 2026-01-21 06:39:24 +01:00