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 b085d8c commit b1f33d3Copy full SHA for b1f33d3
examples/apple/mps/scripts/build_mps_executor_runner.sh
@@ -1,4 +1,3 @@
1
-
2
#!/usr/bin/env bash
3
# Copyright (c) 2024 Apple Inc. All rights reserved.
4
# Provided subject to the LICENSE file in the top level directory.
@@ -61,3 +60,5 @@ cmake \
61
60
cmake --build cmake-out/examples/apple/mps -j9 --config "$MODE"
62
63
echo "Build succeeded!"
+
64
+./cmake-out/examples/apple/mps/mps_executor_runner --model_path mps_logical_not.pte --bundled_program
0 commit comments