Skip to content
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

[RFC] Removing NumPy Fallback Mode in CuPy v14 #8497

Closed
kmaehashi opened this issue Aug 15, 2024 · 1 comment · Fixed by #8816
Closed

[RFC] Removing NumPy Fallback Mode in CuPy v14 #8497

kmaehashi opened this issue Aug 15, 2024 · 1 comment · Fixed by #8816
Milestone

Comments

@kmaehashi
Copy link
Member

The NumPy fallback mode in CuPy was first introduced in CuPy v7 (2019), aiming to ease the porting of NumPy-based code to CuPy by providing a mechanism to automatically delegate "missing" APIs in CuPy to NumPy. However, now that we have covered almost all the NumPy API, I think this layer is no longer playing its role.

As far as I can tell from the GitHub search resutls, no public code is relying on cupyx.fallback_mode, so I'm thinking of removing the feature in CuPy v14. Please let us know here if you have use-cases relying on the fallback mode.

@kmaehashi kmaehashi added this to the v14 milestone Aug 15, 2024
@kmaehashi
Copy link
Member Author

Let's proceed as we haven't received any negative feedbacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant