]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
vulkan : cmake integration (llama/8119)
authorbandoti <redacted>
Sat, 13 Jul 2024 16:12:39 +0000 (13:12 -0300)
committerGeorgi Gerganov <redacted>
Thu, 8 Aug 2024 19:48:46 +0000 (22:48 +0300)
commitd4b3cffec46399720fb3d7f5dd7627c2488b3eaf
treed789db13e8b324c3aeb06191a1738fc7b36128fe
parentb852a4c5ca75928b7bdadba1dbc81cceb9208ad0
vulkan : cmake integration (llama/8119)

* Add Vulkan to CMake pkg

* Add Sycl to CMake pkg

* Add OpenMP to CMake pkg

* Split generated shader file into separate translation unit

* Add CMake target for Vulkan shaders

* Update README.md

* Add make target for Vulkan shaders

* Use pkg-config to locate vulkan library

* Add vulkan SDK dep to ubuntu-22-cmake-vulkan workflow

* Clean up tabs

* Move sudo to apt-key invocation

* Forward GGML_EXTRA_LIBS to CMake config pkg

* Update vulkan obj file paths

* Add shaderc to nix pkg

* Add python3 to Vulkan nix build

* Link against ggml in cmake pkg

* Remove Python dependency from Vulkan build

* code review changes

* Remove trailing newline

* Add cflags from pkg-config to fix w64devkit build

* Update README.md

* Remove trailing whitespace

* Update README.md

* Remove trailing whitespace

* Fix doc heading

* Make glslc required Vulkan component

* remove clblast from nix pkg
ggml/src/CMakeLists.txt