Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.11 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.11 KB

Stan parallel computation framework

This repository is a temporary location for the installation instructions (with example) for the parallel computation framework for the Stan software for Bayesian inference.

The framework has been integrated with Stan code, which can be found at stan-dev, in particular, in Stan and Stan Math library.

Information on functions (and signatures) that have parallel computation support can also be found in the Stan language functions reference.

We maintain an up-to-date description of the framework and implementation details for some of the GPU-optimized algorithms in this arXiv paper.

GPU support installation instructions for CmdStan, the shell interface to Stan, can be found here.

GPU support installation instructions for CmdStanR, a lightweight interface to Stan for R users, can be found here.