-
Notifications
You must be signed in to change notification settings - Fork 9
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
BUG: full_like
and full
accept array fill_value
#55
Comments
This seems like it should be fixed in the standard. Getting a fill value from an array seems like it wouldn't be uncommon. |
Torch only accepts a scalar in |
Dask also throws a |
|
full_like
accepts array fill_value
full_like
and full
accept array fill_value
@ev-br is this issue blocked by upstream? I know it sounds like we want to add this behaviour to the standard, but until it is added, can't we remove it from array-api-strict? |
Yes, exactly. If it's going to be standardized soon, do we want the churn of removing it now and readding it back? |
Do you know if there is any progress on the PyTorch side? |
Sadly, no, I don't. |
Spec:
The text was updated successfully, but these errors were encountered: