Skip to content

Commit 8a0473d

Browse files
authored
[oneMKL][RNG] Samples clean up for RNG, add new sample. (#159)
* [RNG] Add w/a for compiler namespace change and clean monte_carlo_european_opt sample * [RNG] add new rng sample * [RNG] add sample.json file * [oneMKL][RNG] remove id from sample * [oneMKL][RNG] Changed variables names in mc_european sample
1 parent eb0bafd commit 8a0473d

File tree

14 files changed

+907
-230
lines changed

14 files changed

+907
-230
lines changed

Libraries/oneMKL/monte_carlo_european_opt/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,20 @@ If everything is working correctly, both buffer and USM versions of the program
5252

5353
```
5454
./mc_european
55+
56+
Monte Carlo European Option Pricing Simulation
57+
Buffer Api
58+
----------------------------------------------
5559
Number of options = 2048
5660
Number of samples = 262144
5761
put_abs_err = 0.0372205
5862
call_abs_err = 0.0665814
5963
6064
./mc_european_usm
65+
66+
Monte Carlo European Option Pricing Simulation
67+
Unified Shared Memory Api
68+
----------------------------------------------
6169
Number of options = 2048
6270
Number of samples = 262144
6371
put_abs_err = 0.0372205

0 commit comments

Comments
 (0)