Skip to content

Commit 9e379ea

Browse files
Varun Purifacebook-github-bot
authored andcommitted
Move sdk executor_runner to sdk/fb/runners folder to hide from OSS (#604)
Summary: Pull Request resolved: #604 Move sdk executor_runner to sdk/fb/runners folder to hide from OSS. [1/n] in a series of diffs to consoldate/organize the various copies of executor_runner in the OSS executorch repo Very simple change: 1. move `runners` folder under `sdk/fb` 2. biggrep for `executorch/sdk/runners`, replace with `executorch/sdk/fb/runners` Reviewed By: tarun292 Differential Revision: D49893885 fbshipit-source-id: ff2485970602a960ab956bedef190d21ac0a0bdb
1 parent 01066df commit 9e379ea

File tree

5 files changed

+3
-530
lines changed

5 files changed

+3
-530
lines changed

docs/website/docs/tutorials/bundled_program.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ __ET_NODISCARD Error VerifyResultWithBundledExpectedOutput(
128128

129129
### Example
130130

131-
Here we provide an example about how to run the bundled program step by step. Most of the code are borrowed from "fbcode/executorch/sdk/runners/executor_runner.cpp" and please review that file if you need more info and context:
131+
Here we provide an example about how to run the bundled program step by step. Most of the code are borrowed from "fbcode/executorch/sdk/fb/runners/executor_runner.cpp" and please review that file if you need more info and context:
132132

133133
```c++
134134
// method_name is the name for the method we want to test

runtime/executor/test/targets.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def define_common_targets(is_fbcode = False):
1818
"//executorch/exir/backend/test/...",
1919
"//executorch/runtime/backend/...",
2020
"//executorch/extension/pybindings/...",
21-
"//executorch/sdk/runners/...",
21+
"//executorch/sdk/fb/runners/...",
2222
"//executorch/test/...",
2323
"//executorch/examples/...",
2424
],
@@ -42,7 +42,7 @@ def define_common_targets(is_fbcode = False):
4242
"//executorch/exir/backend/test/...",
4343
"//executorch/runtime/backend/...",
4444
"//executorch/extension/pybindings/...",
45-
"//executorch/sdk/runners/...",
45+
"//executorch/sdk/fb/runners/...",
4646
"//executorch/test/...",
4747
"//executorch/examples/...",
4848
],

sdk/runners/TARGETS

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)