Skip to content

[oneMKL][RNG] Samples clean up for RNG, add new sample. #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Libraries/oneMKL/monte_carlo_european_opt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,20 @@ If everything is working correctly, both buffer and USM versions of the program

```
./mc_european

Monte Carlo European Option Pricing Simulation
Buffer Api
----------------------------------------------
Number of options = 2048
Number of samples = 262144
put_abs_err = 0.0372205
call_abs_err = 0.0665814

./mc_european_usm

Monte Carlo European Option Pricing Simulation
Unified Shared Memory Api
----------------------------------------------
Number of options = 2048
Number of samples = 262144
put_abs_err = 0.0372205
Expand Down
Loading