Question about unsupported operation by Backend #1100
akapoor3518
started this conversation in
General
Replies: 1 comment
-
The way this is intended to be handled is by reporting the list of supported operations in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are building new backend over ggml, we dont have all option supported by custom accelerator, can we offload those operation to CPU using ggml_compute_forward(params, node);.
i see that struct ggml_compute_params is locally defined under ggml.c and no backend is doing instead of failing if operation not supported by that particular backend. Can you please suggest here.
Beta Was this translation helpful? Give feedback.
All reactions