Files
llama.cpp/src
Daniel Bevenius 86587da03b llama : check returned fn ptrs from ggml_backend_reg_get_proc_address (#15893)
This commit adds check for two function pointers returned from
ggml_backend_reg_get_proc_address.

The motivation for this is that the function pointer could be nullptr if
the get proc address function changes in the future. This is also
consistent with all the other calls to ggml_backend_reg_get_proc_address
in the code base.
2025-09-10 05:33:58 +02:00
..
2025-09-05 17:32:39 -06:00
2025-09-05 17:32:39 -06:00
2025-09-05 17:32:39 -06:00
2025-09-05 17:32:39 -06:00
2025-07-15 21:54:22 +02:00