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 006195f commit ac03384Copy full SHA for ac03384
.ci/scripts/test_model.sh
@@ -148,9 +148,7 @@ test_model_with_xnnpack() {
148
# TODO eventually buck should also use consolidated executor runners
149
buck2 run //examples/xnnpack:xnn_executor_runner -- --model_path "${OUTPUT_MODEL_PATH}"
150
elif [[ "${BUILD_TOOL}" == "cmake" ]]; then
151
- if [[ ! -f ${CMAKE_OUTPUT_DIR}/executor_runner ]]; then
152
- build_cmake_executor_runner "XNNPACK"
153
- fi
+ build_cmake_executor_runner "XNNPACK"
154
./${CMAKE_OUTPUT_DIR}/executor_runner --model_path "${OUTPUT_MODEL_PATH}"
155
else
156
echo "Invalid build tool ${BUILD_TOOL}. Only buck2 and cmake are supported atm"
0 commit comments