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
From rust version 1.28.0 forwards statements that create new arrays like
let weights: af::Array = randu::(wdims);
fail at runtime for me. Downgrading to 1.27.2 and below they work again. I have tried multiple versions of the arrayfire wrapper and different versions of Arrayfire and it doesn't seem to make a difference.
Windows 10 version 1803 build 17134.191
2017 C++ buildtools