Skip to content

Commit b2730fd

Browse files
author
zhouwg
committed
ggml-hexagon: fix a typo in ggml-hexagon.cpp
1 parent a132239 commit b2730fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ggml/src/ggml-hexagon/ggml-hexagon.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* section-2 internal troubleshooting function/class
1212
* section-3 helper function for WoA(Windows on ARM)
1313
* section-4 general helper function
14-
* section-5 QNN helper function
14+
* section-5 QNN helper function/class
1515
* section-6 implementation of hwaccel approach through QNN: offload ggmlop to QNN
1616
* section-7 cDSP helper function
1717
* section-8 implementation of ggml-hexagon backend according to specification in ggml backend subsystem
@@ -1504,7 +1504,7 @@ static bool ggmlhexagon_check_valid_appcfg() {
15041504
}
15051505

15061506
// =================================================================================================
1507-
// section-5: QNN helper function
1507+
// section-5: QNN helper function/class
15081508
// =================================================================================================
15091509
//ensure every QNN tensor/opcfg name is unique, threadsafe is not required at the moment
15101510
static void ggmlqnn_reset_idx() {
@@ -5982,7 +5982,7 @@ const char * ggml_backend_hexagon_get_devname(size_t dev_num) {
59825982
return "HEXAGON_BACKEND_CDSP";
59835983
}
59845984

5985-
//here is the trick: fall through for various scenarios
5985+
//here is the trick: fall back for various scenarios
59865986
switch (dev_num) {
59875987
case HEXAGON_BACKEND_QNNCPU:
59885988
return "HEXAGON_BACKEND_QNN_CPU";

0 commit comments

Comments
 (0)