Skip to content

cudahpcproj/parallel_mcmc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Parallel MCMC On GPU

This project compares the performance of MCMC on a single threaded CPU, and a multicore, multithreaded GPU (using CUDA).

Sequential

Dependencies

  • gcc 5.4.0 or newer

How to compile

cd ./sequential
g++ -std=c++11 gibbs_metropolis.cpp -o gibbs_metropolis
Run

Small Example

./gibbs_metropolis smallData.txt

About

This project compares the performance of MCMC on a single threaded CPU, and a multicore, multithreaded GPU (using CUDA).

Resources

Stars

Watchers

Forks

Releases

No releases published