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
torch.set_default_dtype(torch.float64)
To avoid things like gh-273.
The text was updated successfully, but these errors were encountered:
Actually,
$ export ARRAY_API_TESTS_SKIP_DTYPES=uint16,uint32,uint6 $ export ARRAY_API_TESTS_MODULE="exec('from array_api_compat import torch as xp; import torch; torch.set_default_dtype(torch.float64)')" $ pytest array_api_tests -v --max-examples=1_000 -v --xfails-file ../array-api-compat/torch-xfails.txt --skips-file ../array-api-compat/torch-skips.txt
does not bring new failures apart from gh-273. So maybe it's a nice to have, not high-prio.
Sorry, something went wrong.
result_type
No branches or pull requests
To avoid things like gh-273.
The text was updated successfully, but these errors were encountered: