Skip to content

Commit

Permalink
Merge branch 'main' into fy/combine-kernel-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhuanMeng authored Dec 30, 2024
2 parents 23a68d8 + c30d744 commit 307eb95
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
fi
echo "TORCH_BRANCH_ID=$(git rev-parse --abbrev-ref HEAD)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TORCH_COMMIT_ID=$(git rev-parse HEAD)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TORCHBENCH_COMMIT_ID=$(<third_party/torch-xpu-ops/.github/ci_commit_pins/torchbench.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TORCHBENCH_COMMIT_ID=$(<.github/ci_commit_pins/torchbench.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TORCHVISION_COMMIT_ID=$(<.github/ci_commit_pins/vision.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TORCHAUDIO_COMMIT_ID=$(<.github/ci_commit_pins/audio.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TRANSFORMERS_VERSION=$(<.ci/docker/ci_commit_pins/huggingface.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ondemand_rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
fi
echo "TORCH_BRANCH_ID=$(git rev-parse --abbrev-ref HEAD)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TORCH_COMMIT_ID=$(git rev-parse HEAD)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TORCHBENCH_COMMIT_ID=$(<third_party/torch-xpu-ops/.github/ci_commit_pins/torchbench.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TORCHBENCH_COMMIT_ID=$(<.github/ci_commit_pins/torchbench.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TORCHVISION_COMMIT_ID=$(<.github/ci_commit_pins/vision.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TORCHAUDIO_COMMIT_ID=$(<.github/ci_commit_pins/audio.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TRANSFORMERS_VERSION=$(<.ci/docker/ci_commit_pins/huggingface.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ondemand_whl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
echo "TORCHAUDIO_COMMIT_ID=$(python -c 'import torchaudio; print(torchaudio.version.git_version)')" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TRITON_COMMIT_ID=$(python -c 'import triton; print(triton.__version__)')" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
cd ../pytorch
echo "TORCHBENCH_COMMIT_ID=$(<third_party/torch-xpu-ops/.github/ci_commit_pins/torchbench.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TORCHBENCH_COMMIT_ID=$(<.github/ci_commit_pins/torchbench.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TRANSFORMERS_VERSION=$(<.ci/docker/ci_commit_pins/huggingface.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "TIMM_COMMIT_ID=$(<.ci/docker/ci_commit_pins/timm.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
echo "MODEL_ONLY_NAME=${{ inputs.model }}" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
cd ../pytorch
echo "TRITON_COMMIT_ID=$(<.ci/docker/ci_commit_pins/triton-xpu.txt)" >> "${GITHUB_ENV}"
echo "TORCHVISION_COMMIT_ID=$(<.github/ci_commit_pins/vision.txt)" >> "${GITHUB_ENV}"
echo "TORCHBENCH_COMMIT_ID=$(<third_party/torch-xpu-ops/.github/ci_commit_pins/torchbench.txt)" >> "${GITHUB_ENV}"
echo "TORCHBENCH_COMMIT_ID=$(<.github/ci_commit_pins/torchbench.txt)" >> "${GITHUB_ENV}"
echo "TORCHAUDIO_COMMIT_ID=$(<.github/ci_commit_pins/audio.txt)" >> "${GITHUB_ENV}"
echo "TRANSFORMERS_VERSION=$(<.ci/docker/ci_commit_pins/huggingface.txt)" >> "${GITHUB_ENV}"
echo "TIMM_COMMIT_ID=$(<.ci/docker/ci_commit_pins/timm.txt)" >> "${GITHUB_ENV}"
Expand Down Expand Up @@ -144,9 +144,9 @@ jobs:
run: |
rm -rf ${{ github.workspace }}/upload_files
cp -r ${{ github.workspace }}/../pytorch/inductor_log ${{ github.workspace }}/upload_files
failed_case=$(grep "Real failed: models: *[1-9]" ${{ github.workspace }}/upload_files/summary_accuracy.log |wc -l || true)
failed_case=$(grep "Real failed models: *[1-9]" ${{ github.workspace }}/upload_files/summary_accuracy.log |wc -l || true)
if [ ${failed_case} -ne 0 ];then
grep -E "Real failed: models: [1-9]|Summary for" ${{ github.workspace }}/summary_accuracy.log
grep -E "Real failed models: [1-9]|Summary for" ${{ github.workspace }}/summary_accuracy.log
exit 1
fi
- name: Upload Inductor XPU E2E Data
Expand Down
33 changes: 29 additions & 4 deletions test/xpu/extended/skip_list_win_mtl.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
skip_dict = {
# failed on MTL windows, skip first for Preci
"test_ops_xpu.py": (
"test_compare_cpu_sqrt_xpu_complex64",
"test_backward_nn_functional_adaptive_avg_pool2d_xpu_float32",

"test_compare_cpu_cosh_xpu_complex128",
"test_compare_cpu_frexp_xpu_bfloat16",
"test_compare_cpu_frexp_xpu_float16",
Expand All @@ -14,7 +11,35 @@
"test_compare_cpu_max_pool2d_with_indices_backward_xpu_float32",
"test_compare_cpu_max_pool2d_with_indices_backward_xpu_float64",
"test_compare_cpu_nn_functional_avg_pool2d_xpu_bfloat16",
"test_compare_cpu_nn_functional_avg_pool2d_xpu_float32",
"test_compare_cpu_nn_functional_avg_pool3d_xpu_float32",
"test_compare_cpu_nn_functional_avg_pool3d_xpu_float64",
"test_compare_cpu_nn_functional_batch_norm_xpu_float16",
"test_compare_cpu_nn_functional_interpolate_bicubic_xpu_float32",
"test_compare_cpu_nn_functional_interpolate_bicubic_xpu_float64",
"test_compare_cpu_nn_functional_interpolate_bilinear_xpu_float32",
"test_compare_cpu_nn_functional_interpolate_bilinear_xpu_float64",
"test_compare_cpu_nn_functional_max_pool2d_xpu_bfloat16",
"test_compare_cpu_nn_functional_max_pool2d_xpu_float16",
"test_compare_cpu_nn_functional_max_pool2d_xpu_float32",
"test_compare_cpu_nn_functional_max_pool2d_xpu_float64",
"test_compare_cpu_norm_nuc_xpu_complex128",
"test_compare_cpu_norm_nuc_xpu_complex64",
"test_compare_cpu_norm_nuc_xpu_float32",
"test_compare_cpu_norm_nuc_xpu_float64",
"test_compare_cpu_sinh_xpu_complex128",
"test_compare_cpu_softmax_with_dtype_xpu_bfloat16",
"test_compare_cpu_softmax_with_dtype_xpu_complex128",
"test_compare_cpu_softmax_with_dtype_xpu_complex64",
"test_compare_cpu_softmax_with_dtype_xpu_float64",
"test_compare_cpu_softmax_with_dtype_xpu_int32",
"test_compare_cpu_softmax_with_dtype_xpu_int64",
"test_compare_cpu_softmax_with_dtype_xpu_uint8",
"test_compare_cpu_softmax_xpu_float64",
"test_compare_cpu_square_xpu_complex128",
"test_backward_norm_nuc_xpu_float32",
"test_cow_input_norm_nuc_xpu_float32",
"test_forward_ad_norm_nuc_xpu_float32",
"test_operator_norm_nuc_xpu_float32",
"test_view_replay_norm_nuc_xpu_float32",
),
}

0 comments on commit 307eb95

Please sign in to comment.