We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a147f commit 6a085ffCopy full SHA for 6a085ff
docs/source/runtime-build-and-cross-compilation.md
@@ -9,7 +9,7 @@ like Make, Ninja or Xcode. For information, see [cmake-generators(7)](https://cm
9
ExecuTorch's CMake build system covers the pieces of the runtime that are
10
likely to be useful to embedded systems users.
11
12
-- `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
13
operator/kernel definitions or backend definitions.
14
- `libportable_kernels.a`: The implementations of ATen-compatible operators,
15
following the signatures in `[functions.yaml](https://github.com/pytorch/executorch/blob/release/0.4/kernels/portable/functions.yaml)`.
0 commit comments