Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
sjain-stanford committed Sep 15, 2023
1 parent 158ec7d commit a7fe68f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build_tools/python_deploy/build_linux_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,15 +296,15 @@ function test_in_tree() {
_check_file_not_changed_by ./build_tools/update_torch_ods.sh include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td

echo ":::: Run Lazy Tensor Core e2e integration tests"
python -m e2e_testing.main --config=lazy_tensor_core -v
#python -m e2e_testing.main --config=lazy_tensor_core -v

echo ":::: Run Linalg e2e integration tests"
python -m e2e_testing.main --config=linalg -v
#python -m e2e_testing.main --config=linalg -v

# Dynamo is changing a lot in nightly versions, and thus the implementation
# tends to become incompatible to the stable version.
echo ":::: Run TorchDynamo e2e integration tests"
python -m e2e_testing.main --config=torchdynamo -v
#python -m e2e_testing.main --config=torchdynamo -v
;;
stable)
echo ":::: Test with stable torch"
Expand All @@ -320,13 +320,13 @@ function test_in_tree() {
esac

echo ":::: Run make_fx + TOSA e2e integration tests"
python -m e2e_testing.main --config=make_fx_tosa -v
#python -m e2e_testing.main --config=make_fx_tosa -v

echo ":::: Run TOSA e2e integration tests"
python -m e2e_testing.main --config=tosa -v
#python -m e2e_testing.main --config=tosa -v

echo ":::: Run TCP e2e integration tests"
python -m e2e_testing.main --config=tcp -v
python -m e2e_testing.main --config=tcp -v -s
}

function setup_venv() {
Expand Down

0 comments on commit a7fe68f

Please sign in to comment.