We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b6fec commit 161c4eeCopy full SHA for 161c4ee
ggml/src/ggml-qnn/shared/common.cpp
@@ -31,7 +31,7 @@ struct ggml_backend_qnn_reg_impl : ggml_backend_reg {
31
32
backend_device_proxy_ptr device_proxy;
33
if (device_enum < QNN_BACKEND_COUNT) {
34
-#ifdef GGML_HEXAGON_NPU_ONLY
+#ifndef GGML_HEXAGON_NPU_ONLY
35
device_proxy = create_qnn_backend_context(device_enum);
36
#else
37
LOG_DEBUG("skip qnn device %d\n", (int) device_enum);
0 commit comments