Add vulkan device list function.

This commit is contained in:
HidetoshiMatsuo 2025-05-13 14:19:45 +09:00
parent de30f9c23d
commit dac152cad4
4 changed files with 89 additions and 2 deletions

View file

@ -1,2 +1,6 @@
#include <include/whisper.h>
#include <ggml/include/ggml.h>
#ifdef GGML_USE_VULKAN
#include "ggml-vulkan.h"
#endif