cmdstan icon indicating copy to clipboard operation
cmdstan copied to clipboard

Let generated quantities run in parallel

Open SteveBronder opened this issue 1 year ago • 0 comments

Summary:

We are using the single threaded API for the generated quantities service, but we have a service layer API for doing multiple generated quantities at once. We should be using that for GQ

command.hpp code

https://github.com/stan-dev/cmdstan/blob/develop/src/cmdstan/command.hpp#L361

multi threaded gqs code https://github.com/stan-dev/stan/blob/develop/src/stan/services/sample/standalone_gqs.hpp#L112

Current Version:

v2.34.1

SteveBronder avatar Mar 12 '24 20:03 SteveBronder