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 5fba5bb commit b930a55Copy full SHA for b930a55
.jenkins/pytorch/test.sh
@@ -304,6 +304,9 @@ test_libtorch() {
304
305
test_aot_compilation() {
306
echo "Testing Ahead of Time compilation"
307
+ ln -sf "$TORCH_LIB_DIR"/libc10* "$TORCH_BIN_DIR"
308
+ ln -sf "$TORCH_LIB_DIR"/libtorch* "$TORCH_BIN_DIR"
309
+
310
if [ -f "$TORCH_BIN_DIR"/test_mobile_nnc ]; then "$TORCH_BIN_DIR"/test_mobile_nnc --gtest_output=xml:$TEST_REPORTS_DIR/test_mobile_nnc.xml; fi
311
# shellcheck source=test/mobile/nnc/test_aot_compile.sh
312
if [ -f "$TORCH_BIN_DIR"/aot_model_compiler_test ]; then source test/mobile/nnc/test_aot_compile.sh; fi
0 commit comments