From eb2b3c612a2480cfef6cd8cc578396f9eb96cbd4 Mon Sep 17 00:00:00 2001 From: Daniel Dale Date: Mon, 2 Sep 2024 16:31:49 -0700 Subject: [PATCH] add experimental einsum patch to gpu test flow --- .azure-pipelines/gpu-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/gpu-tests.yml b/.azure-pipelines/gpu-tests.yml index 990ba34..876a33f 100644 --- a/.azure-pipelines/gpu-tests.yml +++ b/.azure-pipelines/gpu-tests.yml @@ -97,10 +97,10 @@ jobs: bash ./tests/special_tests.sh --mark_type=standalone --filter_pattern='test_f' displayName: 'Testing: standalone multi-gpu' - # - bash: | - # . /tmp/venvs/fts_dev/bin/activate - # bash ./tests/special_tests.sh --mark_type=exp_patch --filter_pattern='test_f' --experiment_patch_mask="1 0 0" - # displayName: 'Testing: experimental einsum patch' + - bash: | + . /tmp/venvs/fts_dev/bin/activate + bash ./tests/special_tests.sh --mark_type=exp_patch --filter_pattern='test_f' --experiment_patch_mask="1 0 0" + displayName: 'Testing: experimental einsum patch' - bash: | . /tmp/venvs/fts_dev/bin/activate