Skip to content

Commit

Permalink
Merge branch 'main' into penghuic/update_matmul_cuda_cases
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghuiCheng authored Feb 28, 2025
2 parents 6fd2f71 + de78314 commit 5c76680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
echo "Wheel build successful, update last commit in the issue https://github.com/intel/torch-xpu-ops/issues/1280"
gh --repo $repo issue view $commit_issue --json body -q .body | sed "s;${last_commit};${current_commit};g" | sed '/^$/d' > new_body.txt
gh --repo $repo issue edit $commit_issue --body-file new_body.txt
else
fi
if [ ! -f dist/torch*.whl ]; then
echo "Wheel build failed, use last commit in the issue https://github.com/intel/torch-xpu-ops/issues/1280"
gh --repo $repo issue comment $commit_issue -b "Wheel build failed with commit [${current_commit}](https://github.com/pytorch/pytorch/tree/${current_commit}), refer ${build_url}. CC @intel/torch-xpu-ops-maintain @EikanWang @riverliuintel @fengyuan14 @xytintel @etaf @chuanqi129 @mengfei25"
git clean -df .
Expand Down
3 changes: 3 additions & 0 deletions test/xpu/skip_list_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,9 @@
"test_numeric_check_leak_tunableop_rocm_xpu_float32",
"test_dump_results_on_exit_tunableop_xpu_float32",
"test_rotating_buffer_tunableop_xpu_float32",
"test_gemm_bias_tunableop_xpu_bfloat16",
"test_scaled_gemm_tunableop_xpu_float8_e4m3fnuz",
"test_scaled_gemm_tunableop_xpu_float8_e5m2fnuz",
# CUDA bias cases added in latest PyTorch
# AttributeError: module 'torch._C' has no attribute '_cuda_tunableop_enable'
"test_matmul_check_entries_tunableop_xpu_float16",
Expand Down

0 comments on commit 5c76680

Please sign in to comment.