Skip to content

CuPy-specific implementation of random #814

@tomwhite

Description

@tomwhite

Currently Cubed's implementation of random just uses NumPy (since random number generation is not part of the Array API) and converts to the backend array type (e.g. CuPy). It would be better to use something like cupy.random.Generator and cupy.random.Philox4x3210 as a special case when the backend is CuPy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions