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
bh107 does exactly the same. However, for float32 it works:
In [1]: importbohriumasbhIn [2]: A=bh.random.random((10)).astype(bh.float32)
In [3]: B=bh.tanh(A)
In [5]: bh.flush()
In [6]: print(B)
[0.75713090.375640660.191484840.275678660.72038320.54464660.283136370.74975380.645650450.31858957]
The text was updated successfully, but these errors were encountered:
Both bh107 and bohrium explode when applying libmath functions (sin, cos, tanh, exp, etc.) to float64 data in OpenCL mode.
bh107 does exactly the same. However, for float32 it works:
The text was updated successfully, but these errors were encountered: