Closed LuFinch closed 1 week ago
index_select_xpu cause an IPEX UT fail. In IPEX2.5, we override this Ops with IPEX implementation to make this UT pass.
ipex/tests/gpu/example/test_fp8_index_select.py::TestTorchMethod::test_index_select
'index_select_xpu' not implemented for 'Float8_e4m3fn'
..
created a PR for index_select, https://github.com/intel/torch-xpu-ops/pull/1081/files
merged.
🐛 Describe the bug
index_select_xpu cause an IPEX UT fail. In IPEX2.5, we override this Ops with IPEX implementation to make this UT pass.
ipex/tests/gpu/example/test_fp8_index_select.py::TestTorchMethod::test_index_select
'index_select_xpu' not implemented for 'Float8_e4m3fn'
Versions
..