vk_check_flash_attention is not needed (coompat2 coopmapt and scalar implementation exist)

This commit is contained in:
Inforithmics
2025-09-25 06:33:15 +02:00
parent a2f2d41d89
commit a7e2d21f59
2 changed files with 0 additions and 29 deletions

View File

@@ -473,7 +473,6 @@ typedef struct vk_init_resp
void vk_init(char* vk_lib_path, vk_init_resp_t *resp);
void vk_check_vram(vk_handle_t rh, int i, mem_info_t *resp);
int vk_check_flash_attention(vk_handle_t rh, int i);
int vk_device_is_supported(vk_handle_t rh, int i);
void vk_release(vk_handle_t rh);