Closed WardBrian closed 1 year ago
Currently, sampling multiple chains in parallel is available for the hmc_nuts_diag_e_adapt and hmc_nuts_dense_e_adapt functions but not others:
hmc_nuts_diag_e_adapt
hmc_nuts_dense_e_adapt
hmc_nuts_unit_e_adapt
hmc_nuts_unit_e
hmc_nuts_diag_e
hmc_nuts_dense_e
Adding the necessary overloads to support this feature in those services would let us dramatically simplify some of the calling code in CmdStan.
v2.32.2
Summary:
Currently, sampling multiple chains in parallel is available for the
hmc_nuts_diag_e_adapt
andhmc_nuts_dense_e_adapt
functions but not others:hmc_nuts_unit_e_adapt
hmc_nuts_unit_e
hmc_nuts_diag_e
hmc_nuts_dense_e
Adding the necessary overloads to support this feature in those services would let us dramatically simplify some of the calling code in CmdStan.
Current Version:
v2.32.2