You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/mobile-graphics-and-gaming/measure-kleidiai-kernel-performance-on-executorch/07-run-model.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,26 @@
1
1
---
2
-
title: Run model and generate the etdump
2
+
title: Run model and generate the ETDump
3
3
weight: 8
4
4
5
5
### FIXED, DO NOT MODIFY
6
6
layout: learningpathall
7
7
---
8
8
9
-
After generating the model, we can now run it on an ARM64 platform using the following command:
9
+
### Copy artifacts to your Arm64 target
10
+
From your x86_64 host (where you cross-compiled), copy the runner and exported models to the Arm device:
0 commit comments