Remove outdated comment
This commit is contained in:
parent
8182ed1de6
commit
d685360c91
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ GGML_API GGML_CALL bool ggml_backend_is_vk(ggml_backend_t backend);
|
|||
|
||||
GGML_API GGML_CALL ggml_backend_buffer_type_t ggml_backend_vk_buffer_type(void);
|
||||
// pinned host buffer for use with the CPU backend for faster copies between CPU and GPU
|
||||
// also provides unified memory buffer type for APUs
|
||||
GGML_API GGML_CALL ggml_backend_buffer_type_t ggml_backend_vk_host_buffer_type(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue