intel / torch-xpu-ops

Apache License 2.0
30 stars 21 forks source link

Calling pytest from python code since skip list too long #1044

Open PenghuiCheng opened 2 weeks ago

PenghuiCheng commented 2 weeks ago

This PR fixed the issues: The skip list is too long to run pytest in shell in windows OS. So Calling pytest from python code can fix this issue.

daisyden commented 2 weeks ago

Why we need to skip test_non_standard_bool_values_index_put_xpu_bool ?

PenghuiCheng commented 2 weeks ago

Why we need to skip test_non_standard_bool_values_index_put_xpu_bool ?

It is failed in LNL machine. I will split it to another PR.