Skip to content

Commit 50dd12b

Browse files
committed
Merged runner and delegate_runner
Signed-off-by: Rob Elliott <[email protected]>
1 parent 006e3b2 commit 50dd12b

10 files changed

+168
-336
lines changed

examples/arm/ethos-u-setup/core_platform/patches/0001-Executorch-Add-README.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 48a99f4b00e504c13cd74ca44a5ce7128f719cba Mon Sep 17 00:00:00 2001
1+
From 949334fe4cfd84c4d4682a92d055be26670670be Mon Sep 17 00:00:00 2001
22
From: Digant Desai <[email protected]>
33
Date: Tue, 3 Oct 2023 21:20:21 -0700
4-
Subject: [PATCH 1/6] [Executorch] Add README
4+
Subject: [Executorch 1/7] Add README
55

66
---
77
applications/executorch_tests/README.md | 16 ++++++++++++++++
@@ -31,5 +31,5 @@ index 0000000..f2dfb05
3131
+containing an ExecuTorch compatible PyTorch model on the Costrone 300 FVP using
3232
+ExecuTorch runtime.
3333
--
34-
2.39.3
34+
2.42.0
3535

examples/arm/ethos-u-setup/core_platform/patches/0002-Executorch-local-patch-regress-cmake-version-from-3..patch

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
From 3359f94fc57ac76b3f5995d4453975251b56ae71 Mon Sep 17 00:00:00 2001
1+
From ef976aa04e7d6b7571e9791900f9d80aeb0338da Mon Sep 17 00:00:00 2001
22
From: Digant Desai <[email protected]>
33
Date: Thu, 28 Sep 2023 18:05:03 -0700
4-
Subject: [PATCH 2/6] [Executorch][local-patch] regress cmake version from 3.21
5-
--> 3.20
4+
Subject: [Executorch 2/7] regress cmake version from 3.21 --> 3.20
65

76
---
87
targets/corstone-300/CMakeLists.txt | 2 +-
@@ -22,5 +21,5 @@ index 62205bb..7dda8a1 100644
2221
project(ethos-u-corstone-300 VERSION 0.0.1)
2322

2423
--
25-
2.39.3
24+
2.42.0
2625

examples/arm/ethos-u-setup/core_platform/patches/0003-Executorch-local-patch-Disable-warnings-to-reduce-ve.patch

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
From b13de10ad4920da069d44efb99eceb86f6169a32 Mon Sep 17 00:00:00 2001
1+
From cbda805f968a45205c9d3d4a2f4cb534e207d504 Mon Sep 17 00:00:00 2001
22
From: Digant Desai <[email protected]>
33
Date: Thu, 28 Sep 2023 18:05:30 -0700
4-
Subject: [PATCH 3/6] [Executorch][local-patch] Disable warnings to reduce
5-
verbosity
4+
Subject: [Executorch 3/7] Disable warnings to reduce verbosity
65

76
---
87
cmake/toolchain/arm-none-eabi-gcc.cmake | 28 ++++++++++++-------------
@@ -49,5 +48,5 @@ index 093005e..0e6a2ed 100644
4948
+ # -Wno-psabi
5049
)
5150
--
52-
2.39.3
51+
2.42.0
5352

examples/arm/ethos-u-setup/core_platform/patches/0004-Executorch-local-patch-New-phdr-for-.data-section.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 5423ef7ec31e4260ec79f2f6e60deddc1640f3e4 Mon Sep 17 00:00:00 2001
1+
From 02eb3615cdb2cc963f20e103893f76499c98ad50 Mon Sep 17 00:00:00 2001
22
From: Digant Desai <[email protected]>
33
Date: Mon, 2 Oct 2023 20:39:39 -0700
4-
Subject: [PATCH 4/6] [Executorch][local-patch] New phdr for .data section
4+
Subject: [Executorch 4/7] New phdr for .data section
55

66
---
77
targets/corstone-300/platform.ld | 3 ++-
@@ -29,5 +29,5 @@ index 8d77329..8de77c4 100644
2929
.sram.bss :
3030
{
3131
--
32-
2.39.3
32+
2.42.0
3333

examples/arm/ethos-u-setup/core_platform/patches/0005-Executorch-Add-pte-to-header-script.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From dcf2e249d7f96f521e19c556d7529757aa94a0f5 Mon Sep 17 00:00:00 2001
1+
From 55019e4eb8d39f3fb1fb303380e903294604837c Mon Sep 17 00:00:00 2001
22
From: Digant Desai <[email protected]>
33
Date: Tue, 3 Oct 2023 21:20:07 -0700
4-
Subject: [PATCH 5/6] [Executorch] Add pte to header script
4+
Subject: [Executorch 5/7] Add pte to header script
55

66
---
77
.../executorch_tests/pte_to_header.py | 65 +++++++++++++++++++
@@ -80,5 +80,5 @@ index 0000000..37d88aa
8080
+ f"Input: {args.pte} with {len(data)} bytes. Output: {outfile} with {len(hexstring)} bytes. Section: {args.section}."
8181
+ )
8282
--
83-
2.39.3
83+
2.42.0
8484

examples/arm/ethos-u-setup/core_platform/patches/0006-Executorch-Add-executorch_runner-test.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 0c91f25a52d32d7f4b6ec787a40633a92af7f885 Mon Sep 17 00:00:00 2001
1+
From 25f530f4ef8d994f61fe979e94b4c929ff2481e6 Mon Sep 17 00:00:00 2001
22
From: Digant Desai <[email protected]>
33
Date: Thu, 28 Sep 2023 19:07:51 -0700
4-
Subject: [PATCH 6/6] [Executorch] Add executorch_runner test
4+
Subject: [Executorch 6/7] Add executorch_runner test
55

66
---
77
applications/CMakeLists.txt | 2 +
@@ -279,5 +279,5 @@ index a21d9f0..036f189 100644
279279
ethosu_eval_link_options(${target})
280280

281281
--
282-
2.39.3
282+
2.42.0
283283

0 commit comments

Comments
 (0)