Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daisyden/test nn clean #864

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
9 changes: 3 additions & 6 deletions test/xpu/skip_list_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,19 +1060,16 @@

"test_nn_xpu.py": (
# AttributeError: module 'torch.xpu' has no attribute 'FloatTensor'
# https://github.com/intel/torch-xpu-ops/issues/264
"test_type",
# AssertionError: Tensor-likes are not close!
"test_RReLU_cuda",
"test_RReLU_no_batch_dim_cuda",
"test_RReLU_with_up_down_cuda",
# AssertionError: Scalars are not close!
"test_RReLU_with_up_down_scalar_cuda",
# rnn fallback to cpu
"test_cudnn_weight_format",
# NotImplementedError: Could not run 'aten::_indices' with arguments from the 'SparseXPU' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build).
# https://github.com/intel/torch-xpu-ops/issues/357
"test_EmbeddingBag_sparse_cuda",
"test_Embedding_sparse_cuda",
# AssertionError: MultiheadAttention does not support NestedTensor outside of its fast path. The fast path was not hit because some Tensor argument's device is neither one of cpu, cuda or privateuseone
# Revisit when the op is supported
"test_TransformerEncoderLayer_empty_xpu",
"test_transformerencoderlayer_xpu_float16",
"test_transformerencoderlayer_xpu_float32",
Expand Down
Loading