Stanc3 parallel reduce_sum

Here’s some test files for the stanc3 pull (https://github.com/stan-dev/stanc3/pull/451).

Recursive reduce_sum should compile (this model should be runnable): m1.stan (304 Bytes)

Everything in this model should ideally compile (this model should be runnable): m2.stan (4.2 KB)

Everything in this model should ideally compile (don’t try to run this model): m3.stan (8.0 KB)

Edit: Just uploaded a new m3. Also, ideally m2 and m3 compile with all the commented out stuff not commented out anymore.

2 Likes

Thanks! Will add them (replace my current good test model example).