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
ERROR: LoadError: MethodError: Cannot convert an object of type ArrayFire.AFArray{Float64,2} to an object of type ArrayFire.AFArray{Float32,N} where N
This may have arisen from a call to the constructor ArrayFire.AFArray{Float32,N} where N(...), since type constructors fall back to convert methods.
Any idea how to fix this problem? Note that S_B and ObjReconTmp have exactly the same size and the same type.
The text was updated successfully, but these errors were encountered:
When I am trying to run the following code in an function
It throws me the error
Any idea how to fix this problem? Note that S_B and ObjReconTmp have exactly the same size and the same type.
The text was updated successfully, but these errors were encountered: