From 480979907cf04877fef0fa1b246e25a84cffa5a4 Mon Sep 17 00:00:00 2001 From: Kyle Romero Date: Thu, 4 Jun 2026 18:55:02 +0000 Subject: [PATCH 1/2] Update Phi-4-reasoning SC8380XP recipe: set vtcm_size_in_mb=8 and hvx_threads=8 --- microsoft-Phi-4-reasoning/QAIRT/htp_sc8380xp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsoft-Phi-4-reasoning/QAIRT/htp_sc8380xp.json b/microsoft-Phi-4-reasoning/QAIRT/htp_sc8380xp.json index 51e5a2cb8..eebf59d10 100644 --- a/microsoft-Phi-4-reasoning/QAIRT/htp_sc8380xp.json +++ b/microsoft-Phi-4-reasoning/QAIRT/htp_sc8380xp.json @@ -16,7 +16,8 @@ "log_level": "INFO", "backend": "HTP", "soc_details": "chipset:SC8380XP", - "hvx_threads": 4, + "vtcm_size_in_mb": 8, + "hvx_threads": 8, "extended_udma": false, "sequence_lengths": [32, 128], "native_kv": true, From 75a65656a7ee5533d8fb9bc53323e3843b60858f Mon Sep 17 00:00:00 2001 From: Kyle Romero Date: Thu, 4 Jun 2026 18:58:46 +0000 Subject: [PATCH 2/2] Fix tab indentation on sequence_lengths line --- microsoft-Phi-4-reasoning/QAIRT/htp_sc8380xp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-Phi-4-reasoning/QAIRT/htp_sc8380xp.json b/microsoft-Phi-4-reasoning/QAIRT/htp_sc8380xp.json index eebf59d10..de4100524 100644 --- a/microsoft-Phi-4-reasoning/QAIRT/htp_sc8380xp.json +++ b/microsoft-Phi-4-reasoning/QAIRT/htp_sc8380xp.json @@ -19,7 +19,7 @@ "vtcm_size_in_mb": 8, "hvx_threads": 8, "extended_udma": false, - "sequence_lengths": [32, 128], + "sequence_lengths": [32, 128], "native_kv": true, "multi_graph": true },