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
Please provide a short couple sentence summary.
Most of the composed functions have been vectorized, however fused-multiply add and some of the others that take two arguments only take reals.
Current Version:
v2.16.0
The text was updated successfully, but these errors were encountered:
Thanks for putting this in as an issue. I thought we had a general issue to vectorize all the scalar binary functions. But I don't see it, so I'll leave this one here.
If someone wants to take them on one at a time before that, that would also work. pow has been the most requested such function.
Yes, #202 listed all the scalar functions at one point that might be vectorized. fma has three arguments, so there'll be eight instantiations for each vectorized version in terms of autodiff types.
Summary:
Please provide a short couple sentence summary.
Most of the composed functions have been vectorized, however fused-multiply add and some of the others that take two arguments only take reals.
Current Version:
v2.16.0
The text was updated successfully, but these errors were encountered: