Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion test/xpu/skip_list_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@
"functorch/test_eager_transforms_xpu.py": None,
"test_cpp_api_parity_xpu.py": None,
"test_expanded_weights_xpu.py": None,
"test_fake_tensor_xpu.py": None,
"test_fake_tensor_xpu.py": (
# https://github.com/intel/torch-xpu-ops/issues/2472
# aten::_cudnn_rnn/aten::miopen_rnn not supported
"test_cudnn_rnn",
),
Comment on lines +95 to +99
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title/comment says this change explicitly skips both cudnn_rnn and miopen_rnn tests, but the skip tuple currently only includes \"test_cudnn_rnn\". Either add the corresponding miopen_rnn test(s) here (if they exist in test_fake_tensor_xpu.py), or update the PR title/comment to match what’s actually being skipped.

Copilot uses AI. Check for mistakes.
"test_matmul_cuda_xpu.py": None,
"functorch/test_vmap_xpu.py": None,
"test/xpu/dynamo/test_ctx_manager_xpu.py": None,
Expand Down
Loading