Skip to content

Serialization of small constant arrays in plan fails with CuPy and the processes executor #775

@tomwhite

Description

@tomwhite

Small constant arrays created with asarray are stored in the plan as in-memory arrays. If using the processes executor the plan is serialized using cloudpickle to share it with other processes, however this fails for CuPy arrays: #750 (comment)

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