Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Description

@kmaehashi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions