Only use vulkan with known quant that work.
This commit is contained in:
parent
8616ce08e5
commit
7ff671e149
3 changed files with 43 additions and 36 deletions
|
@ -43,6 +43,7 @@ bool ggml_vk_init_device(int device);
|
|||
bool ggml_vk_free_device();
|
||||
bool ggml_vk_has_vulkan();
|
||||
bool ggml_vk_has_device();
|
||||
bool ggml_vk_using_vulkan();
|
||||
ggml_vk_device ggml_vk_current_device();
|
||||
struct ggml_kompute_context * ggml_vk_init(void);
|
||||
bool ggml_vk_has_h2d_all(struct ggml_kompute_context * ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue