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 05980d1 commit ffa9400Copy full SHA for ffa9400
ggml/include/ggml-qnn.h
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2023-2024 The ggml authors
+ * Copyright (c) 2023-2025 The ggml authors
3
*
4
* Permission is hereby granted, free of charge, to any person obtaining a copy
5
* of this software and associated documentation files (the "Software"), to
@@ -29,7 +29,7 @@ extern "C" {
29
#endif
30
31
#define GGML_QNN_MAX_DEVICES 3
32
-#define GGML_QNN_BACKEND_NAME "qnn"
+#define GGML_QNN_BACKEND_NAME "hexagon"
33
34
enum QNNBackend {
35
QNN_BACKEND_CPU,
0 commit comments