We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
index_copy_xpu cause an IPEX UT fail. In IPEX2.6, we override this Ops with IPEX implementation to make this UT pass.
ipex/tests/gpu/example/test_fp8_index_copy.py::TestTorchMethod::test_index_copy - RuntimeError: "index_copy_xpu" not implemented for 'Float8_e4m3fn'
The text was updated successfully, but these errors were encountered:
#1393
Sorry, something went wrong.
We are consistent with the datatype supported by cuda, which does not support Float8_e4m3fn in index_copy_cuda.
xytintel
yucai-intel
No branches or pull requests
index_copy_xpu cause an IPEX UT fail. In IPEX2.6, we override this Ops with IPEX implementation to make this UT pass.
ipex/tests/gpu/example/test_fp8_index_copy.py::TestTorchMethod::test_index_copy - RuntimeError: "index_copy_xpu" not implemented for 'Float8_e4m3fn'
The text was updated successfully, but these errors were encountered: