sched : support async weight copy
This commit is contained in:
parent
8f7080bf48
commit
5de9b743f8
6 changed files with 181 additions and 18 deletions
|
@ -114,6 +114,8 @@ extern "C" {
|
|||
void (*GGML_CALL event_record) (ggml_backend_event_t event);
|
||||
void (*GGML_CALL event_wait) (ggml_backend_t backend, ggml_backend_event_t event);
|
||||
void (*GGML_CALL event_synchronize) (ggml_backend_event_t event);
|
||||
|
||||
ggml_backend_t (*GGML_CALL backend_dup)(ggml_backend_t backend);
|
||||
};
|
||||
|
||||
struct ggml_backend {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue