mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 20:09:19 +08:00
20 lines
461 B
Plaintext
20 lines
461 B
Plaintext
./MersenneTwisterGP11213 Starting...
|
|
|
|
GPU Device 0: "Hopper" with compute capability 9.0
|
|
|
|
Allocating data for 2400000 samples...
|
|
Seeding with 777 ...
|
|
Generating random numbers on GPU...
|
|
|
|
|
|
Reading back the results...
|
|
Generating random numbers on CPU...
|
|
|
|
Comparing CPU/GPU random numbers...
|
|
|
|
Max absolute error: 0.000000E+00
|
|
L1 norm: 0.000000E+00
|
|
|
|
MersenneTwisterGP11213, Throughput = 74.5342 GNumbers/s, Time = 0.00003 s, Size = 2400000 Numbers
|
|
Shutting down...
|