Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 400 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 400 Bytes

Monte-Carlo-CUDA-Pi-Simulation

📉🥧Monte Carlo Pi Simulation using CUDA Primitives

View at:

Compiling

  • When compiling you have to link against the curand library
nvcc monte_carlo_pi_simulation.cu -lcurand