Skip to content

Commit

Permalink
Merge branch 'main' into zhiwei/codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiweiYan-96 committed Sep 11, 2024
2 parents 33cebd2 + 987ad12 commit ab1cba4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/xpu/skip_list_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,13 @@
# https://github.com/intel/torch-xpu-ops/issues/623
"test_dtypes_nextafter_xpu",

# Bool is involved in latest PyTorch. XPU impl of unfold doesn't support it.
# https://github.com/intel/torch-xpu-ops/issues/887
"test_dtypes_nn_functional_unfold_xpu",
"test_non_standard_bool_values_nn_functional_unfold_xpu_bool",
"test_compare_cpu_nn_functional_unfold_xpu_bool",
"test_non_standard_bool_values_nn_functional_unfold_xpu_bool",

# AssertionError: The supported dtypes for argsort on device type xpu are incorrect!
# The following dtypes worked in forward but are not listed by the OpInfo: {torch.bool}.
# CUDA does not have torch.bool support on argsort.
Expand Down Expand Up @@ -2105,6 +2112,10 @@
"test_reduction_all_prod_layout2_xpu_float64",
"test_reduction_all_sum_layout2_xpu_float16",
"test_reduction_all_sum_layout2_xpu_float64",

# Bool is involved in latest PyTorch. XPU impl of unfold doesn't support it.
# https://github.com/intel/torch-xpu-ops/issues/887
"test_nn_unfold_xpu",
),

"nn/test_packed_sequence_xpu.py": (
Expand Down Expand Up @@ -3483,5 +3494,8 @@
"test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_xpu_float",
"test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_xpu_bfloat16",
"test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_xpu_float",
"test_meta_outplace_nn_functional_unfold_xpu_bool",
"test_dispatch_meta_outplace_nn_functional_unfold_xpu_bool",
"test_dispatch_symbolic_meta_outplace_nn_functional_unfold_xpu_bool",
),
}

0 comments on commit ab1cba4

Please sign in to comment.