We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7415a commit 8af5bebCopy full SHA for 8af5beb
examples/portable/custom_ops/test_custom_ops.sh
@@ -9,7 +9,7 @@
9
# EXIR to capture and export a model file. Then use `executor_runner` demo C++
10
# binary to run the model.
11
12
-set -e
+set -ex
13
14
# shellcheck source=/dev/null
15
source "$(dirname "${BASH_SOURCE[0]}")/../../../.ci/scripts/utils.sh"
extension/evalue_util/CMakeLists.txt
@@ -23,6 +23,7 @@ target_compile_options(extension_evalue_util PUBLIC ${_common_compile_options})
23
# Install libraries
24
install(
25
TARGETS extension_evalue_util
26
+ EXPORT ExecuTorchTargets
27
DESTINATION ${CMAKE_BINARY_DIR}/lib
28
INCLUDES
29
DESTINATION ${_common_include_directories}
0 commit comments