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
As of 85739ee, MPI.COMPLEX is passed into Bcast. However, this is assuming the input array is complex. Ideally, there should be a dictionary that describes the relationship between data-types in numpy/cupy and the MPI types. I did try something akin to this but I got a dictionary error when trying to index complex types.
The text was updated successfully, but these errors were encountered:
As of 85739ee,
MPI.COMPLEX
is passed intoBcast
. However, this is assuming the input array is complex. Ideally, there should be a dictionary that describes the relationship between data-types in numpy/cupy and the MPI types. I did try something akin to this but I got a dictionary error when trying to index complex types.The text was updated successfully, but these errors were encountered: