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 c627619 commit 3b8003cCopy full SHA for 3b8003c
.ci/scripts/test_model.sh
@@ -52,7 +52,8 @@ build_cmake_executor_runner() {
52
local backend_string_select="${1:-}"
53
echo "Building executor_runner"
54
rm -rf ${CMAKE_OUTPUT_DIR}
55
- if [[ "$backend_string_select" == "XNNPACK"]]; then
+ mkdir ${CMAKE_OUTPUT_DIR}
56
+ if [[ "$backend_string_select" == "XNNPACK" ]]; then
57
echo "Backend $backend_string_select selected"
58
cmake -DCMAKE_BUILD_TYPE=Debug \
59
-DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON \
0 commit comments