stanc3 icon indicating copy to clipboard operation
stanc3 copied to clipboard

Investigate function inlining in transformed data block

Open WardBrian opened this issue 3 years ago • 0 comments

The zero-size objects created by function inlining are not properly treated by the data code generation. For now this has lead us to disable the function inliner only for this block (See mitigation in #1218), but we should find a better solution eventually, especially since this may prevent the use of SoA matrices for items constructed in transformed data.

Pinging @SteveBronder on this

WardBrian avatar Jun 23 '22 15:06 WardBrian