You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)