Skip to content

adiog/mcgpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The library implements the Monte Carlo simulation of derivatives on GPU.

Dependencies

  • CUDA Toolkit 7.5 (currently tested on GeForce 750Ti)
  • cmake (currently 3.4.1) with FindCuda tools.
  • google/benchmark (build as in script/getdep_benchmark.sh)
  • google/googletest (build as in script/getdep_gtest.sh)

Samples

git clone https://github.com/adiog/mcgpu
mkdir mcgpu/build
cd mcgpu/build
cmake .. && make && ctest

About

Monte Carlo on GPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published