add throughput mode to validation scripts

make raptor also emit input sizes
This commit is contained in:
NiccoloN
2026-08-11 10:34:50 +02:00
parent 910701dfaf
commit c55d9f3dad
15 changed files with 974 additions and 497 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ def parse_pimsim_nn_metrics(output):
return metrics
def export_raptor_latency_artifact(pim_dir, output_dir):
def export_raptor_pimsim_artifact(pim_dir, output_dir):
pim_dir = Path(pim_dir)
output_dir = Path(output_dir)
if output_dir.exists():