File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
15101510static 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" ;
You can’t perform that action at this time.
0 commit comments