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
Which, if you do the obvious thing and just assign directly to theta, prevents the bug. I have no idea what LCM is thinking here, and I believe this is also the pass that will move things from transformed data into e.g. the model block, which is obviously wrong. #860 seems related
Initially reported stan-dev/cmdstan#1299
This stan code:
When compiled with
--Oexperimental
, creates this C++:The assign here fails because lcm_sym7__ is AoS, but x (and therefor the return of multiply) is SoA.
The text was updated successfully, but these errors were encountered: