You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project of option pricing, using Monte Carlo approach. We used Cuda to highly parrallelize our executions on the GPU, and end up with a 330+ times faster algorithm, compared to the sequential algorithm in CPU.
Project of option pricing, using Monte Carlo approach.
We used Cuda to highly parrallelize our executions on the GPU, and end up with a 330+ times faster algorithm, compared to the sequential algorithm in CPU.
About
Project of option pricing, using Monte Carlo approach. We used Cuda to highly parrallelize our executions on the GPU, and end up with a 330+ times faster algorithm, compared to the sequential algorithm in CPU.