cat:featurecontribution welcomegood first issueprio:medium
Repository-Metriken
- Stars
- (7.381 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 7T 18h) (64 gemergte PRs in 30 T)
Beschreibung
Regarding #8027 and the recent question on Gitter/Matrix, I'm wondering whether it will make sense to provide the feature.
The initial idea: allow users to do a_ipc = cupy.arange(10).ipc(). Users will get a_ipc, an instance of a serializable class that holds array information (shape, strides, dtype) & IPC handle, and can be passed to other processes (e.g. via multiprocessing).