Skip to content

Feature request: make SyclQueue picklable #1716

Open
@olegkkruglov

Description

@olegkkruglov

Currently SyclQueue is not picklable. The error message is the following:

File "<stringsource>", line 2, in dpctl._sycl_queue.SyclQueue.__reduce_cython__
TypeError: no default __reduce__ due to non-trivial __cinit__

The queue is used for dispatching in scikit-learn-intelex and the fact that it is unpickleable prevents classes with SyclQueue type attribute from being pickleable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions