You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In classic backed e.g. cpu,opencl , we can use ggml_backend_<backend_name>_init to create a backend .
Like :ggml_backend_cpu_init, ggml_backend_opencl_init
which can support simply run some experience code.
But for Hexagon NPU , ggml_backend_hexagon_init haven't be implemented.
Does this API be Deprecated in Hexagon backend or just work in progress ?
And what's standard way to init a backend and call function "ggml_backend_graph_compute()" to finish a compute task?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In classic backed e.g. cpu,opencl , we can use ggml_backend_<backend_name>_init to create a backend .
Like :ggml_backend_cpu_init, ggml_backend_opencl_init
which can support simply run some experience code.
But for Hexagon NPU , ggml_backend_hexagon_init haven't be implemented.
Does this API be Deprecated in Hexagon backend or just work in progress ?
And what's standard way to init a backend and call function "ggml_backend_graph_compute()" to finish a compute task?
Beta Was this translation helpful? Give feedback.
All reactions