mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 20:09:19 +08:00
20 lines
451 B
Plaintext
20 lines
451 B
Plaintext
Sobol Quasi-Random Number Generator Starting...
|
|
|
|
> number of vectors = 100000
|
|
> number of dimensions = 100
|
|
GPU Device 0: "Hopper" with compute capability 9.0
|
|
|
|
Allocating CPU memory...
|
|
Allocating GPU memory...
|
|
Initializing direction numbers...
|
|
Copying direction numbers to device...
|
|
Executing QRNG on GPU...
|
|
Gsamples/s: 7.51315
|
|
Reading results from GPU...
|
|
|
|
Executing QRNG on CPU...
|
|
Gsamples/s: 0.232504
|
|
Checking results...
|
|
L1-Error: 0
|
|
Shutting down...
|