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
@@ -4008,8 +4015,7 @@ static ggml_backend_t ggml_backend_qnn_device_init_backend(ggml_backend_dev_t de
4008
4015
GGMLQNN_LOG_INFO("enter %s\n", __func__);
4009
4016
size_t dev_index = 0;
4010
4017
4011
-
//case-1: special scenario, such as test-backend-ops or other similar scenairo: calling ggml_backend_qnn_device_init_backend directly in user's applicaton
4012
-
//call ggmlqnn_load_cfg accordingly in this place
4018
+
//case-1: test-backend-ops or other similar scenairo: calling ggml_backend_dev_init(dev, reinterpret_cast<const char *>(i)) directly in user's code
4013
4019
ggmlqnn_load_cfg();
4014
4020
GGMLQNN_LOG_INFO("user's specified qnn_backend in cfgfile = %d", g_qnn_params.qnn_backend);
0 commit comments