Skip to content

Commit

Permalink
libexecutorch.a -> libexecutorch_core.a (#6333)
Browse files Browse the repository at this point in the history
As titled.
  • Loading branch information
larryliu0820 authored Oct 17, 2024
1 parent a5a147f commit 6a085ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/runtime-build-and-cross-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ like Make, Ninja or Xcode. For information, see [cmake-generators(7)](https://cm
ExecuTorch's CMake build system covers the pieces of the runtime that are
likely to be useful to embedded systems users.

- `libexecutorch.a`: The core of the ExecuTorch runtime. Does not contain any
- `libexecutorch_core.a`: The core of the ExecuTorch runtime. Does not contain any
operator/kernel definitions or backend definitions.
- `libportable_kernels.a`: The implementations of ATen-compatible operators,
following the signatures in `[functions.yaml](https://github.com/pytorch/executorch/blob/release/0.4/kernels/portable/functions.yaml)`.
Expand Down

0 comments on commit 6a085ff

Please sign in to comment.