-
Notifications
You must be signed in to change notification settings - Fork 23.1k
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
xpu: set of not implemented aten ops affecting huggingface tests #128914
Comments
Except for |
First group of ops landed after #129353 got merged. See updated issue description. |
@dvrogozh These two operators has been added to PT2.5 support list. |
@fengyuan14 : fyi, not implemented ops which I reported before after running
Ran aten::isin.Tensor_Tensor_out, intel/torch-xpu-ops#548 using this script
With: |
Few more ops are now available after #131015 merged. Remainder:
|
All tasks done after #131643 merged. |
With the xpu support landed in huggingface (use huggingface/accelerate@3b5a00e and huggingface/transformers@eed9ed6 or later), there are few aten ops not implemented in xpu which affect common huggingface tests. Please, implement:
tests/trainer/test_trainer.py
:aten::addcdiv.out
, Add aten::addcdiv and its variants intel/torch-xpu-ops#486aten::addcmul.out
, Add aten::addcmul intel/torch-xpu-ops#418aten::equal
, Add aten::equal intel/torch-xpu-ops#550aten::lerp.Scalar_out
, Add aten::lerp_Tensor/lerp_Scalar and their variants intel/torch-xpu-ops#449aten::linalg_vector_norm.out
, Add aten::linalg_vector_norm intel/torch-xpu-ops#460aten::mse_loss_backward
, Add aten::mse_loss/mse_loss_backward and their variants intel/torch-xpu-ops#438aten::mse_loss.out
, Add aten::mse_loss/mse_loss_backward and their variants intel/torch-xpu-ops#438aten::norm.out
, Add aten::norm and its variants intel/torch-xpu-ops#556tests/test_modeling_utils.py
:aten::logical_or.out
, Add aten::logical_and/or/xor and variant operators intel/torch-xpu-ops#529tests/pipelines/*
:aten::isin.Tensor_Tensor_out
, Add aten::isin and its variant operators intel/torch-xpu-ops#548aten::multinomial
, Add aten::multinomial intel/torch-xpu-ops#520aten::topk.values
, Add aten::topk and its variants intel/torch-xpu-ops#547CC: @gujinghui @EikanWang @fengyuan14 @guangyey @jgong5
cc @gujinghui @EikanWang @fengyuan14 @guangyey
The text was updated successfully, but these errors were encountered: