ggml-hexagon: swiglu_oai operation (#18114)

* snapshot: debug ggml-hexagon swiglu-oai

* fix: fix hvx_min_scalar_f32

* feat: working swiglu-oai

* chore: fix formating isue
This commit is contained in:
Shouyu
2025-12-17 13:38:21 -08:00
committed by GitHub
parent 5166aaf868
commit 0a0bba05e8
4 changed files with 72 additions and 37 deletions
+1
View File
@@ -807,6 +807,7 @@ static void htp_packet_callback(dspqueue_t queue, int error, void * context) {
break;
case HTP_OP_GLU_SWIGLU:
case HTP_OP_GLU_SWIGLU_OAI:
case HTP_OP_SOFTMAX:
if ((n_bufs != 2) && (n_bufs != 3)) {
FARF(ERROR, "Bad act-req buffer list");