You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/runtime-build-and-cross-compilation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ like Make, Ninja or Xcode. For information, see [cmake-generators(7)](https://cm
9
9
ExecuTorch's CMake build system covers the pieces of the runtime that are
10
10
likely to be useful to embedded systems users.
11
11
12
-
-`libexecutorch.a`: The core of the ExecuTorch runtime. Does not contain any
12
+
-`libexecutorch_core.a`: The core of the ExecuTorch runtime. Does not contain any
13
13
operator/kernel definitions or backend definitions.
14
14
-`libportable_kernels.a`: The implementations of ATen-compatible operators,
15
15
following the signatures in `[functions.yaml](https://github.com/pytorch/executorch/blob/release/0.4/kernels/portable/functions.yaml)`.
0 commit comments