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
It should also have sub and div as well as other reducing strategies like max and min, unary operations like neg and abs and possibly even primitives like sin, cos, exp, tan which could help implementing some ML workloads.
The text was updated successfully, but these errors were encountered:
So far, Rise has
add
andmul
.It should also have
sub
anddiv
as well as other reducing strategies likemax
andmin
, unary operations likeneg
andabs
and possibly even primitives likesin
,cos
,exp
,tan
which could help implementing some ML workloads.The text was updated successfully, but these errors were encountered: