Skip to content

Commit

Permalink
Fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang93 committed Aug 30, 2024
1 parent dc3926a commit 21806ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/ci/build_test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ echo "-----"
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
ctest --test-dir "$build_dir" -R amd-aie --output-on-failure -j
elif [[ "$OSTYPE" == "darwin"* ]]; then
ctest --test-dir "$build_dir" -R amd-aie -E "pack_peel_pipeline_matmul|conv_fill_spec_pad" --output-on-failure -j --repeat until-pass:5
ctest --test-dir "$build_dir" -R amd-aie -E "matmul_pack_peel_air_e2e|matmul_elementwise_pack_peel_air_e2e|conv_fill_spec_pad" --output-on-failure -j --repeat until-pass:5
elif [[ "$OSTYPE" == "msys"* ]]; then
# hack while windows is flaky to get past failing tests
ctest --test-dir "$build_dir" -R amd-aie --output-on-failure -j --repeat until-pass:5
Expand Down
2 changes: 2 additions & 0 deletions build_tools/ci/print_ir_aie2xclbin/print_ir_aie2xclbin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ IREE_COMPILE_COMMAND="${IREE_COMPILE_EXE} \
${SOURCE_MLIR_FILE} \
--compile-mode=hal-executable \
--iree-hal-target-backends=amd-aie \
--iree-amdaie-lower-to-aie-pipeline=air \
--iree-amd-aie-peano-install-dir=${PEANO} \
--iree-amd-aie-install-dir=${IREE_INSTALL_DIR} \
--iree-hal-dump-executable-intermediates-to=${OUTPUT} \
Expand All @@ -168,6 +169,7 @@ IREE_COMPILE_COMMAND="${IREE_COMPILE_EXE} \
${SOURCE_MLIR_FILE} \
--compile-mode=hal-executable \
--iree-hal-target-backends=amd-aie \
--iree-amdaie-lower-to-aie-pipeline=air \
--iree-amd-aie-peano-install-dir=${PEANO} \
--iree-amd-aie-install-dir=${IREE_INSTALL_DIR} \
--iree-hal-dump-executable-intermediates-to=${OUTPUT} \
Expand Down

0 comments on commit 21806ec

Please sign in to comment.