Skip to content

Commit 09a37e0

Browse files
committed
Point to release/0.4 sources
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 802b5c5 commit 09a37e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/runtime-build-and-cross-compilation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ likely to be useful to embedded systems users.
1212
- `libexecutorch.a`: The core of the ExecuTorch runtime. Does not contain any
1313
operator/kernel definitions or backend definitions.
1414
- `libportable_kernels.a`: The implementations of ATen-compatible operators,
15-
following the signatures in `[functions.yaml](https://github.com/pytorch/executorch/blob/main/kernels/portable/functions.yaml)`.
15+
following the signatures in `[functions.yaml](https://github.com/pytorch/executorch/blob/release/0.4/kernels/portable/functions.yaml)`.
1616
- `libportable_ops_lib.a`: Generated code that registers the contents
1717
of `libportable_kernels.a` with the runtime.
1818
- NOTE: This must be linked into your application with a flag like
@@ -62,7 +62,7 @@ To further optimize the release build for size, add:
6262
CMAKE_FLAGS="$CMAKE_FLAGS -DOPTIMIZE_SIZE=ON"
6363
```
6464

65-
See [CMakeLists.txt](https://github.com/pytorch/executorch/blob/main/CMakeLists.txt)
65+
See [CMakeLists.txt](https://github.com/pytorch/executorch/blob/release/0.4/CMakeLists.txt)
6666

6767
## Build the runtime components
6868

0 commit comments

Comments
 (0)