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 a132239 commit 4176c9dCopy full SHA for 4176c9d
ggml/src/ggml-hexagon/ggml-hexagon.cpp
@@ -5982,7 +5982,7 @@ const char * ggml_backend_hexagon_get_devname(size_t dev_num) {
5982
return "HEXAGON_BACKEND_CDSP";
5983
}
5984
5985
- //here is the trick: fall through for various scenarios
+ //here is the trick: fall back for various scenarios
5986
switch (dev_num) {
5987
case HEXAGON_BACKEND_QNNCPU:
5988
return "HEXAGON_BACKEND_QNN_CPU";
0 commit comments